From 4d82f4b63b562e17ab8b6eb8b72b9fe16b328002 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 5 Jun 2022 17:20:21 +0300 Subject: [PATCH] removed unused code --- fortune-mod/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/fortune-mod/CMakeLists.txt b/fortune-mod/CMakeLists.txt index b91572d..a23026b 100644 --- a/fortune-mod/CMakeLists.txt +++ b/fortune-mod/CMakeLists.txt @@ -33,8 +33,6 @@ SET(CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_DESCRIPTION_SUMMARY} ${CPAC SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") SET(CPACK_SOURCE_GENERATOR "TXZ") -SET (base_with_ver "fortune-mod-[0-9]+\\\\.[0-9]+\\\\.[0-9]+") - SET(CPACK_SOURCE_IGNORE_FILES "/\\\\.deps/" "/\\\\.git/" -- 2.40.0