There was an error while loading. Please reload this page.
1 parent 4a939dd commit 225fbd9Copy full SHA for 225fbd9
1 file changed
CMakeLists.txt
@@ -26,7 +26,7 @@ message(STATUS "CMake version: " ${CMAKE_VERSION})
26
message(STATUS "CMake system name: " ${CMAKE_SYSTEM_NAME})
27
28
set(CMAKE_SCRIPTS "${PROJECT_SOURCE_DIR}/cmake")
29
-set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
+list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
30
31
## Project Version
32
## Previously we read in the version from these files, but now we use the
0 commit comments