mirror of
https://github.com/PixlOne/logiops.git
synced 2025-07-14 13:22:33 +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()
|
endif()
|
||||||
|
|
||||||
IF(NOT EXISTS src/ipcgull)
|
IF(NOT EXISTS ${PROJECT_SOURCE_DIR}/src/ipcgull)
|
||||||
message(FATAL_ERROR "Missing ipcgull submodule")
|
message(FATAL_ERROR "Missing ipcgull submodule")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user