Skip to content

Commit

Permalink
Adds .git to Git repos fetched in CMakeLists.txt (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
steiltre authored Mar 13, 2023
1 parent ca3a82e commit 1e2297a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1e2297a

Please sign in to comment.