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 f4d37b4 commit 7506354Copy full SHA for 7506354
CMakeLists.txt
@@ -19,7 +19,7 @@ if(POLICY CMP0054)
19
cmake_policy(SET CMP0054 OLD)
20
endif()
21
22
-list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
23
24
set(MFAST_MAJOR_VERSION 1)
25
set(MFAST_MINOR_VERSION 3)
0 commit comments