mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
CMake: Include CPackIFWConfigureFile normally
As minimum CMake version required to build CMake itself is set to 3.13, including this module from the source directory isn't needed anymore, as it was added in CMake 3.8. This also enables changing module code as done in other modules - not dependent on CMake build system itself.
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ if(NOT DEFINED CPACK_SYSTEM_NAME)
|
||||
endif()
|
||||
|
||||
# Command for configure IFW script templates
|
||||
include(${CMake_SOURCE_DIR}/Modules/CPackIFWConfigureFile.cmake)
|
||||
include(CPackIFWConfigureFile)
|
||||
|
||||
# Advanced IFW configuration
|
||||
set(_cpifwrc CPACK_IFW_COMPONENT_GROUP_CMAKE_)
|
||||
|
||||
Reference in New Issue
Block a user