Skip to content

Commit 225fbd9

Browse files
committed
CMake: fix CMAKE_MODULE_PATH extension declaration
Signed-off-by: Roman Ondráček <mail@romanondracek.cz>
1 parent 4a939dd commit 225fbd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ message(STATUS "CMake version: " ${CMAKE_VERSION})
2626
message(STATUS "CMake system name: " ${CMAKE_SYSTEM_NAME})
2727

2828
set(CMAKE_SCRIPTS "${PROJECT_SOURCE_DIR}/cmake")
29-
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
29+
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
3030

3131
## Project Version
3232
## Previously we read in the version from these files, but now we use the

0 commit comments

Comments
 (0)