mirror of
https://github.com/PixlOne/logiops.git
synced 2025-07-13 12:52:42 +08:00
Fix building outside out of source dir
This commit is contained in:
parent
1d7ff5e034
commit
4e70095281
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user