Skip to content

Commit

Permalink
disabled boost log in cmakefile
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21079 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Jun 12, 2014
1 parent e15119d commit fa64728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/cpp/CMakeLists.txt
Expand Up @@ -105,8 +105,8 @@ SET(Boost_USE_STATIC_RUNTIME OFF)

find_package(Boost COMPONENTS thread)
find_package(Threads)
#find_package(Boost COMPONENTS filesystem system serialization program_options log REQUIRED)
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)

message(STATUS "Boost Libraries")
message(STATUS ${Boost_LIBRARIES})
Expand Down

0 comments on commit fa64728

Please sign in to comment.