Skip to content
Snippets Groups Projects
Commit 5ec482c7 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

removed the boost libraries from linkage since it leads to crashes when executing the tests

parent 6d951336
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${${PROJECT_NAME}_FULL_
SOVERSION ${${PROJECT_NAME}_SOVERSION})
target_link_libraries(${PROJECT_NAME} ${mtca4u-deviceaccess_LIBRARIES}
${ChimeraTK-ControlSystemAdapter_LIBRARIES}
${Boost_LIBRARIES} pthread
pthread
${LibXML++_LIBRARIES}
${glib_LIBRARIES})
......
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