Skip to content

Commit e35d98b

Browse files
committed
QPR-13660: fix for oredata cmakelists
1 parent 6517d3b commit e35d98b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREData/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else()
1414
SET(COMPONENTS_CONDITIONAL "")
1515
endif()
1616

17-
find_package (Boost REQUIRED COMPONENTS ${COMPONENTS_CONDITIONAL} date_time thread serialization system timer log filesystem OPTIONAL_COMPONENTS system chrono)
17+
find_package (Boost REQUIRED COMPONENTS ${COMPONENTS_CONDITIONAL} date_time thread serialization timer log filesystem OPTIONAL_COMPONENTS system chrono)
1818

1919

2020
include_directories(${Boost_INCLUDE_DIRS})

0 commit comments

Comments
 (0)