We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f893c34 commit 92aef75Copy full SHA for 92aef75
1 file changed
Docker/CMakeLists_ORE.txt
@@ -10,7 +10,11 @@ option(ORE_USE_ZLIB "Use compression for boost::iostreams" ON)
10
11
include(CTest)
12
13
-include("cmake/commonSettings.cmake")
+# Path for local cmake modules
14
+if(NOT "${CMAKE_CURRENT_LIST_DIR}/cmake" IN_LIST CMAKE_MODULE_PATH)
15
+ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
16
+endif()
17
+include(commonSettings)
18
19
add_link_directory_if_exists("${QUANTLIB_SOURCE_DIR}/build/ql")
20
0 commit comments