We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6517d3b commit e35d98bCopy full SHA for e35d98b
1 file changed
OREData/CMakeLists.txt
@@ -14,7 +14,7 @@ else()
14
SET(COMPONENTS_CONDITIONAL "")
15
endif()
16
17
-find_package (Boost REQUIRED COMPONENTS ${COMPONENTS_CONDITIONAL} date_time thread serialization system timer log filesystem OPTIONAL_COMPONENTS system chrono)
+find_package (Boost REQUIRED COMPONENTS ${COMPONENTS_CONDITIONAL} date_time thread serialization timer log filesystem OPTIONAL_COMPONENTS system chrono)
18
19
20
include_directories(${Boost_INCLUDE_DIRS})
0 commit comments