apologize to cmake-format - we are not worthy

Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
Tento commit je obsažen v:
Karl W. Schulz
2022-11-10 15:34:19 -06:00
odevzdal Karl W. Schulz
rodič 43416a100c
revize 41300ee423
+8 -1
Zobrazit soubor
@@ -273,5 +273,12 @@ install(
# Source tarball
set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_SOURCE_PACKAGE_FILE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION})
set(CPACK_SOURCE_IGNORE_FILES ".*~$" \.git/ \.github \.gitmodules \.gitignore /tests /build)
set(CPACK_SOURCE_IGNORE_FILES
".*~$"
\.git/
\.github
\.gitmodules
\.gitignore
/tests
/build)
include(CPack)