Skip to content
Snippets Groups Projects
Commit 2a37a68a authored by Langella Olivier's avatar Langella Olivier
Browse files

boost no more required for xtpcpp

parent 2897519a
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ if (NOT PappsoMSpp_FOUND)
endif (NOT PappsoMSpp_FOUND)
#find_package( Boost COMPONENTS iostreams thread filesystem chrono REQUIRED )
find_package( Boost COMPONENTS thread filesystem iostreams REQUIRED )
#find_package( Boost COMPONENTS thread filesystem iostreams REQUIRED )
......
......@@ -249,9 +249,6 @@ target_link_libraries(xtpcpp
Qt5::Network
Qt5::Sql
Qt5::Concurrent
Boost::thread
Boost::filesystem
Boost::iostreams
ZLIB::ZLIB
Alglib::Alglib
Zstd::Zstd
......
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