Skip to content
Snippets Groups Projects
Commit 1dec0f85 authored by Lars Bilke's avatar Lars Bilke
Browse files

Fixed a boost link error on Linux.

parent 2b897eca
No related branches found
No related tags found
No related merge requests found
...@@ -9,4 +9,6 @@ SET_TARGET_PROPERTIES(BaseLib PROPERTIES LINKER_LANGUAGE CXX) ...@@ -9,4 +9,6 @@ SET_TARGET_PROPERTIES(BaseLib PROPERTIES LINKER_LANGUAGE CXX)
INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(
. .
) )
\ No newline at end of file
TARGET_LINK_LIBRARIES( BaseLib ${Boost_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