We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302cf79 commit 00a4e8eCopy full SHA for 00a4e8e
src/global/CMakeLists.txt
@@ -22,8 +22,8 @@ include(${PROJECT_SOURCE_DIR}/build/module.cmake)
22
23
include(FetchContent)
24
FetchContent_Declare(cmake_git_version_tracking
25
- GIT_REPOSITORY https://github.com/andrew-hardin/cmake-git-version-tracking.git
26
- GIT_TAG 904dbda1336ba4b9a1415a68d5f203f576b696bb
+ GIT_REPOSITORY https://github.com/scratchcpp/cmake-git-version-tracking.git
+ GIT_TAG 3b515dbcd4edccc79d6c63e9a23cf2289ba9f098
27
)
28
FetchContent_MakeAvailable(cmake_git_version_tracking)
29
0 commit comments