Skip to content

Commit fa097ac

Browse files
committed
TMP: Revert preprend
1 parent 887bba9 commit fa097ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ if(CMAKE_CXX_COMPILER_LAUNCHER)
4747
message(STATUS "Using C++ compiler launcher: ${CMAKE_CXX_COMPILER_LAUNCHER}")
4848
endif()
4949

50-
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
50+
#list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
51+
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
5152
message(DEBUG "CMake module path: ${CMAKE_MODULE_PATH}")
5253

5354
# Versionning

0 commit comments

Comments
 (0)