Skip to content

Commit dcecfbb

Browse files
committed
Prepends to cmake module path instead of appending
1 parent 8c50f02 commit dcecfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

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

50-
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
50+
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
5151
message(DEBUG "CMake module path: ${CMAKE_MODULE_PATH}")
5252

5353
# Versionning

0 commit comments

Comments
 (0)