Merge e2a71cf83b13eb789b1d90e8d6a9308db4be9304 into 7140cd416cecd7462a8aae488024abeee55598e4

This commit is contained in:
Reinhard 2026-06-11 19:28:21 +02:00 committed by GitHub
commit 3ce23df69a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,3 +34,8 @@ if(BUILD_GMOCK)
else()
add_subdirectory( googletest )
endif()
set(CPACK_VERBATIM_VARIABLES YES)
set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_SOURCE_IGNORE_FILES "build;/\\.git/;.*~")
include(CPack)