diff --git a/scripts/cmake/ConanSetup.cmake b/scripts/cmake/ConanSetup.cmake index ea57ad69c20409471a7d61ce68e6f972e0a511c0..1009b328f6a8d97fda53707159eff9259492c195 100644 --- a/scripts/cmake/ConanSetup.cmake +++ b/scripts/cmake/ConanSetup.cmake @@ -25,16 +25,14 @@ endif() include(${PROJECT_SOURCE_DIR}/scripts/cmake/conan/conan.cmake) set(CONAN_REQUIRES - boost_dynamic_bitset/1.66.0@bincrafters/stable - boost_optional/1.66.0@bincrafters/stable - boost_property_tree/1.66.0@bincrafters/stable + boost/1.66.0@conan/stable Eigen3/3.3.4@bilke/stable VTK/8.1.1@bilke/stable CACHE INTERNAL "" ) set(CONAN_OPTIONS - Boost:header_only=True + boost:header_only=True Qt:qtxmlpatterns=True VTK:minimal=True VTK:ioxml=True