We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c1f0d4 + 2fcf8b5 commit 896f800Copy full SHA for 896f800
CMakeLists.txt
@@ -32,8 +32,8 @@ set(Cabana_INSTALL_PACKAGEDIR "${CMAKE_INSTALL_DATADIR}/cmake/Cabana" CACHE PATH
32
33
include(FeatureSummary)
34
35
-# point to cmake modules
36
-set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
+# add local cmake modules
+list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
37
38
#------------------------------------------------------------------------------#
39
# Dependencies
0 commit comments