Skip to content
Snippets Groups Projects
Commit dffe7c1f authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

removed BOOST as dependency

parent 1bdee2fa
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
...@@ -125,12 +125,6 @@ SET(RTKLIB_SRC ...@@ -125,12 +125,6 @@ SET(RTKLIB_SRC
# Eigen ####### # Eigen #######
FIND_PACKAGE(Eigen3 REQUIRED) FIND_PACKAGE(Eigen3 REQUIRED)
# Boost #######
set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_MULTITHREADED OFF)
set(Boost_USE_STATIC_RUNTIME OFF)
FIND_PACKAGE(Boost REQUIRED)
# Adding libraries' directories # Adding libraries' directories
link_directories(/usr/lib/x86_64-linux-gnu/) link_directories(/usr/lib/x86_64-linux-gnu/)
......
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