We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812c485 commit b809520Copy full SHA for b809520
1 file changed
cmake/FindCereal.cmake
@@ -15,7 +15,7 @@ if(NOT CEREAL_INCLUDE_DIR)
15
include(FetchContent)
16
FetchContent_Declare(
17
cereal
18
- URL https://codeload.github.com/USCiLab/cereal/tar.gz/master
+ URL https://codeload.github.com/MCresearch/cereal/tar.gz/master
19
)
20
FetchContent_Populate(cereal)
21
set(CEREAL_INCLUDE_DIR ${cereal_SOURCE_DIR}/include)
0 commit comments