We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3000cc commit fdcd961Copy full SHA for fdcd961
1 file changed
OREData/CMakeLists.txt
@@ -13,11 +13,9 @@ if (ORE_BUILD_TESTS)
13
else()
14
SET(COMPONENTS_CONDITIONAL "")
15
endif()
16
-if(${Boost_VERSION_MINOR} LESS 89)
17
- find_package (Boost REQUIRED COMPONENTS ${COMPONENTS_CONDITIONAL} date_time thread serialization system timer log filesystem OPTIONAL_COMPONENTS chrono)
18
-else()
19
- find_package (Boost REQUIRED COMPONENTS ${COMPONENTS_CONDITIONAL} date_time thread serialization timer log filesystem OPTIONAL_COMPONENTS chrono)
20
-endif()
+
+find_package (Boost REQUIRED COMPONENTS ${COMPONENTS_CONDITIONAL} date_time thread serialization system timer log filesystem OPTIONAL_COMPONENTS system chrono)
21
22
include_directories(${Boost_INCLUDE_DIRS})
23
include_directories(${QUANTLIB_SOURCE_DIR})
0 commit comments