Skip to content

Commit 92aef75

Browse files
committed
Update Docker/CMakeLists_ORE.txt
1 parent f893c34 commit 92aef75

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Docker/CMakeLists_ORE.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ option(ORE_USE_ZLIB "Use compression for boost::iostreams" ON)
1010

1111
include(CTest)
1212

13-
include("cmake/commonSettings.cmake")
13+
# 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)
1418

1519
add_link_directory_if_exists("${QUANTLIB_SOURCE_DIR}/build/ql")
1620

0 commit comments

Comments
 (0)