push progress (won't compile)

This commit is contained in:
sshumakov3@gmail.com
2021-09-11 02:47:04 +03:00
parent ee4a3d51d6
commit 881be366c6
20 changed files with 425 additions and 30 deletions

View File

@@ -468,7 +468,7 @@ set (_noggit_revision_script_file "${CMAKE_SOURCE_DIR}/cmake/GenerateRevision.cm
include_directories ("${_noggit_revision_output_dir}")
find_package (Git)
if (GIT_FOUND)
if (FALSE) # GIT_FOUND
add_custom_target (update_git_revision
ALL
DEPENDS "${_noggit_revision_template_file}"