diff --git a/CMakeLists.txt b/CMakeLists.txt index e409a57..cff5eeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()