Skip to content

Commit

Permalink
Merge pull request #1894 from yrrrmmbl/patch-1
Browse files Browse the repository at this point in the history
Update CMakeLists.txt to automatically use latest commit
  • Loading branch information
schombert authored Feb 4, 2025
2 parents ee1a06f + c02302f commit 64eb5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/DataContainerGenerator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message(STATUS "Fetching DataContainer...")
FetchContent_Declare(
DataContainer
GIT_REPOSITORY https://github.com/schombert/DataContainer
GIT_TAG 538d55c
GIT_TAG master
GIT_SHALLOW 1
GIT_PROGRESS TRUE
)
Expand Down

0 comments on commit 64eb5d7

Please sign in to comment.