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

Remove linking to Boost_LIBRARIES.

parent 2e217825
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ TARGET_LINK_LIBRARIES( ComputeSurfaceNodeIDsInPolygonalRegion ...@@ -5,7 +5,6 @@ TARGET_LINK_LIBRARIES( ComputeSurfaceNodeIDsInPolygonalRegion
FileIO FileIO
GeoLib GeoLib
MathLib MathLib
${Boost_LIBRARIES}
${OGS_VTK_REQUIRED_LIBS} ${OGS_VTK_REQUIRED_LIBS}
) )
...@@ -9,7 +9,6 @@ set_target_properties(BaseLib PROPERTIES LINKER_LANGUAGE CXX) ...@@ -9,7 +9,6 @@ set_target_properties(BaseLib PROPERTIES LINKER_LANGUAGE CXX)
target_link_libraries(BaseLib INTERFACE target_link_libraries(BaseLib INTERFACE
logog logog
${Boost_LIBRARIES}
) )
if(MSVC) if(MSVC)
......
...@@ -44,5 +44,3 @@ if(NOT Boost_INCLUDE_DIRS) ...@@ -44,5 +44,3 @@ if(NOT Boost_INCLUDE_DIRS)
# On Visual Studio Boost libs get automatically linked # On Visual Studio Boost libs get automatically linked
message(STATUS "Downloading Boost automatically.") message(STATUS "Downloading Boost automatically.")
endif() endif()
link_directories( ${source_dir}/stage/lib/ )
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