mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
QtIFW: process USE_LGPL when CMake_INSTALL_COMPONENTS
This commit is contained in:
committed by
Brad King
parent
8ae035a569
commit
5399280873
@@ -90,8 +90,10 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
|
|||||||
endif()
|
endif()
|
||||||
if(BUILD_QtDialog)
|
if(BUILD_QtDialog)
|
||||||
list(APPEND _CPACK_IFW_COMPONENTS_ALL cmake-gui)
|
list(APPEND _CPACK_IFW_COMPONENTS_ALL cmake-gui)
|
||||||
set(_CPACK_IFW_COMPONENT_CMAKE-GUI_LICENSES "set(CPACK_IFW_COMPONENT_CMAKE-GUI_LICENSES
|
if(USE_LGPL)
|
||||||
\"LGPLv2.1\" \"${CMake_SOURCE_DIR}/Licenses/LGPLv2.1.txt\")")
|
set(_CPACK_IFW_COMPONENT_CMAKE-GUI_LICENSES "set(CPACK_IFW_COMPONENT_CMAKE-GUI_LICENSES
|
||||||
|
\"LGPLv${USE_LGPL}\" \"${CMake_SOURCE_DIR}/Licenses/LGPLv${USE_LGPL}.txt\")")
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
if(SPHINX_MAN)
|
if(SPHINX_MAN)
|
||||||
list(APPEND _CPACK_IFW_COMPONENTS_ALL sphinx-man)
|
list(APPEND _CPACK_IFW_COMPONENTS_ALL sphinx-man)
|
||||||
|
|||||||
Reference in New Issue
Block a user