Fix building outside out of source dir

This commit is contained in:
pixl 2023-05-04 01:17:03 -04:00
parent 1d7ff5e034
commit 4e70095281
No known key found for this signature in database
GPG Key ID: 1866C148CD593B6E

View File

@ -38,7 +38,7 @@ elseif(EXISTS ${CMAKE_SOURCE_DIR}/version.txt)
endif()
IF(NOT EXISTS src/ipcgull)
IF(NOT EXISTS ${PROJECT_SOURCE_DIR}/src/ipcgull)
message(FATAL_ERROR "Missing ipcgull submodule")
endif()