We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b949176 commit 15d6b24Copy full SHA for 15d6b24
CMakeLists.txt
@@ -62,7 +62,7 @@ message(STATUS "${CMAKE_BUILD_TYPE} build configuration")
62
63
# Set the runtime source directory
64
if(NOT DEFINED IGDRCL_SOURCE_DIR)
65
- set(IGDRCL_SOURCE_DIR ${CMAKE_SOURCE_DIR})
+ set(IGDRCL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
66
endif()
67
68
# Set our build directory
0 commit comments