diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake index 3ac6030318..f305d8b307 100644 --- a/CMakeCPack.cmake +++ b/CMakeCPack.cmake @@ -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_) diff --git a/Modules/CPackIFWConfigureFile.cmake b/Modules/CPackIFWConfigureFile.cmake index f8ddd51b6b..f92fc108d2 100644 --- a/Modules/CPackIFWConfigureFile.cmake +++ b/Modules/CPackIFWConfigureFile.cmake @@ -36,10 +36,6 @@ The module defines the following commands: #]=======================================================================] -# NOTE: This file used to himself packaging via CPack IFW generator and -# should be compatible with minimal CMake version defined in -# ../CMakeLists.txt file. - if(NOT DEFINED CPackIFWConfigureFile_CMake_INCLUDED) set(CPackIFWConfigureFile_CMake_INCLUDED 1)