Skip to content
Snippets Groups Projects

[meta,cmake] Restructure project and introduce CMake tooling

Merged Giovanna Lazzari Miotto requested to merge feature/cmake-migration into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@ set(TBB_DEBUG TRUE)
find_package(TBB REQUIRED MODULE)
find_package(CURL REQUIRED)
find_package(Boost 1.78.0 COMPONENTS thread chrono)
find_package(Boost 1.78.0 REQUIRED MODULE COMPONENTS thread chrono)
set(Boost_USE_MULTITHREADED ON)
if (Boost_FOUND AND TBB_FOUND AND CURL_FOUND)
Loading