Skip to content

Commit fa64728

Browse files
committed
disabled boost log in cmakefile
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent e15119d commit fa64728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimulationRuntime/cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ SET(Boost_USE_STATIC_RUNTIME OFF)
105105

106106
find_package(Boost COMPONENTS thread)
107107
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)
108+
find_package(Boost COMPONENTS filesystem system serialization program_options REQUIRED)
109+
#find_package(Boost COMPONENTS filesystem system program_options log log_setup REQUIRED)
110110

111111
message(STATUS "Boost Libraries")
112112
message(STATUS ${Boost_LIBRARIES})

0 commit comments

Comments
 (0)