Skip to content

Commit 6517d3b

Browse files
committed
QPR-13660: missing fix for oredata
1 parent 01cdf97 commit 6517d3b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

OREData/CMakeLists.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ if (ORE_BUILD_TESTS)
1313
else()
1414
SET(COMPONENTS_CONDITIONAL "")
1515
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()
16+
17+
find_package (Boost REQUIRED COMPONENTS ${COMPONENTS_CONDITIONAL} date_time thread serialization system timer log filesystem OPTIONAL_COMPONENTS system chrono)
18+
2119

2220
include_directories(${Boost_INCLUDE_DIRS})
2321
include_directories(${QUANTLIB_SOURCE_DIR})

0 commit comments

Comments
 (0)