Skip to content

Commit b809520

Browse files
authored
Update Cereal URL in FindCereal.cmake (#6722)
1 parent 812c485 commit b809520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/FindCereal.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(NOT CEREAL_INCLUDE_DIR)
1515
include(FetchContent)
1616
FetchContent_Declare(
1717
cereal
18-
URL https://codeload.github.com/USCiLab/cereal/tar.gz/master
18+
URL https://codeload.github.com/MCresearch/cereal/tar.gz/master
1919
)
2020
FetchContent_Populate(cereal)
2121
set(CEREAL_INCLUDE_DIR ${cereal_SOURCE_DIR}/include)

0 commit comments

Comments
 (0)