Skip to content

Commit 7efa33f

Browse files
authored
Remove support for CPACK (#343)
1 parent a56d9f6 commit 7efa33f

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,4 @@ if(BUILD_TESTING)
4444
add_subdirectory(test/k4FWCoreTest)
4545
endif()
4646

47-
option(ENABLE_CPACK "Whether or not to use cpack config" OFF)
48-
if(ENABLE_CPACK)
49-
include(cmake/${PROJECT_NAME}CPack.cmake)
50-
endif()
51-
5247
include(cmake/k4FWCoreCreateConfig.cmake)

cmake/k4FWCoreCPack.cmake

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)