Skip to content
Snippets Groups Projects
Commit c257cd50 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

fix linking errors with Intel compiler. Add a link to thread library in testrunner

parent 5ec75784
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ TARGET_LINK_LIBRARIES(testrunner ...@@ -22,6 +22,7 @@ TARGET_LINK_LIBRARIES(testrunner
BaseLib BaseLib
GeoLib GeoLib
${Boost_LIBRARIES} ${Boost_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
) )
# Add make-target test which runs the testrunner # Add make-target test which runs the testrunner
......
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