diff --git a/CMakeLists.txt b/CMakeLists.txt index f2c0e866..f5985da4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ if (NOT cereal_FOUND) # to use this specific commit for now. FetchContent_Declare( cereal - GIT_REPOSITORY https://github.com/USCiLab/cereal + GIT_REPOSITORY https://github.com/USCiLab/cereal.git GIT_TAG af0700efb25e7dc7af637b9e6f970dbb94813bff ) FetchContent_GetProperties(cereal)