Skip to content
Snippets Groups Projects
Commit 405db061 authored by Ganeva, Marina's avatar Ganeva, Marina
Browse files

Cleanup of c++ example

parent 8d14a503
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,6 @@ add_executable(CylindersAndPrisms CylindersAndPrisms.cpp)
#set (CMAKE_CXX_FLAGS "-g")
# BornAgain include dir
#set(BornAgain_Include_Dir "/usr/include/BornAgain")
# path to the cmake modules
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/modules)
......@@ -18,9 +15,9 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/modules)
find_package(Eigen3 3.1.0)
# --- BOOST ---
#set(Boost_USE_STATIC_LIBS OFF)
#set(Boost_USE_MULTITHREADED ON)
#set(Boost_USE_STATIC_RUNTIME OFF)
set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
#add_definitions(-DBOOST_ALL_DYN_LINK) # line is needed for MSVC
set(boost_libraries_required date_time chrono program_options iostreams system filesystem regex thread)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment