We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15119d commit fa64728Copy full SHA for fa64728
SimulationRuntime/cpp/CMakeLists.txt
@@ -105,8 +105,8 @@ SET(Boost_USE_STATIC_RUNTIME OFF)
105
106
find_package(Boost COMPONENTS thread)
107
find_package(Threads)
108
-#find_package(Boost COMPONENTS filesystem system serialization program_options log REQUIRED)
109
-find_package(Boost COMPONENTS filesystem system program_options log log_setup REQUIRED)
+find_package(Boost COMPONENTS filesystem system serialization program_options REQUIRED)
+#find_package(Boost COMPONENTS filesystem system program_options log log_setup REQUIRED)
110
111
message(STATUS "Boost Libraries")
112
message(STATUS ${Boost_LIBRARIES})
0 commit comments