We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9484142 commit 52bba67Copy full SHA for 52bba67
CMakeLists.txt
@@ -25,7 +25,7 @@ option(ENABLE_C_SORT "Enable C sorting routines" OFF)
25
26
set(CPACK_SOURCE_GENERATOR "TGZ")
27
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${PACKAGE_TARNAME}-${PACKAGE_VERSION}")
28
-set(CPACK_SOURCE_IGNORE_FILES "${CPACK_SOURCE_IGNORE_FILES};/.*~$;/[.].*/;/build/;/figures/;/scenarios/[^1234].*/;/doc/condensation/;/doc/deposition/;/doc/ship_track/;/old/;/tool/;/TODO")
+set(CPACK_SOURCE_IGNORE_FILES "${CPACK_SOURCE_IGNORE_FILES};/.*~$;/[.].*/;/build/;/figures/;/scenarios/[^1234].*/;/doc/condensation/;/doc/deposition/;/doc/ship_track/;/old/;/tool/;/TODO;/CMakeCache.txt")
29
30
include(CPack)
31
0 commit comments