You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
359 B

  1. FetchContent_Declare(boost
  2. URL https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz
  3. URL_HASH SHA256=aeb26f80e80945e82ee93e5939baebdca47b9dee80a07d3144be1e1a6a66dd6a
  4. )
  5. FetchContent_MakeAvailable(boost)
  6. include_directories(${boost_SOURCE_DIR})
  7. if(MSVC)
  8. add_definitions(-DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB)
  9. endif()