Merge topic 'option-git'

95eef05f28 Add option(CMake_VERSION_NO_GIT) for broken Git or slow filesystem

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !12442
This commit is contained in:
Brad King
2026-08-28 09:51:40 -04:00
committed by Kitware Robot
+4
View File
@@ -442,6 +442,10 @@ if(NOT CMake_TEST_EXTERNAL_CMAKE)
endif()
endif()
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")
option(CMake_VERSION_NO_GIT "Do not attempt to determine CMake version from Git" OFF)
endif()
#-----------------------------------------------------------------------
# The main section of the CMakeLists file
#