Cereal.cmake 299 B

12345678
  1. add_cmake_project(Cereal
  2. URL "https://github.com/USCiLab/cereal/archive/refs/tags/v1.3.0.zip"
  3. URL_HASH SHA256=71642cb54658e98c8f07a0f0d08bf9766f1c3771496936f6014169d3726d9657
  4. CMAKE_ARGS
  5. -DJUST_INSTALL_CEREAL=ON
  6. -DSKIP_PERFORMANCE_COMPARISON=ON
  7. -DBUILD_TESTS=OFF
  8. )