Skip to content

Commit 4e70095

Browse files
committed
Fix building outside out of source dir
1 parent 1d7ff5e commit 4e70095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ elseif(EXISTS ${CMAKE_SOURCE_DIR}/version.txt)
3838

3939
endif()
4040

41-
IF(NOT EXISTS src/ipcgull)
41+
IF(NOT EXISTS ${PROJECT_SOURCE_DIR}/src/ipcgull)
4242
message(FATAL_ERROR "Missing ipcgull submodule")
4343
endif()
4444

0 commit comments

Comments
 (0)