Skip to content

Commit

Permalink
CMake: use CMAKE_MODULE_PATH as a list
Browse files Browse the repository at this point in the history
  • Loading branch information
h4tr3d committed Oct 8, 2021
1 parent e5f78eb commit 1649ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(GeoCrop)
set(APPLICATION_NAME geocrop)

# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)

# Compiler-specific C++20 activation.
set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit 1649ec6

Please sign in to comment.