diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2016-07-12 21:10:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-07-13 14:02:12 (GMT) |
commit | 8ae035a569a0e548ca52f042e468477886a53240 (patch) | |
tree | 3ee63121e013a59e1f32bd3da6e46265e0aaeadb /CMakeCPack.cmake | |
parent | 53df6d5995bef4a4884ede870c7b904033395ce2 (diff) | |
download | CMake-8ae035a569a0e548ca52f042e468477886a53240.zip CMake-8ae035a569a0e548ca52f042e468477886a53240.tar.gz CMake-8ae035a569a0e548ca52f042e468477886a53240.tar.bz2 |
CMake: install COMPONENT cmcldeps
Added in Tools group with IFW installer
Diffstat (limited to 'CMakeCPack.cmake')
-rw-r--r-- | CMakeCPack.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake index 8879cb9..60011ae 100644 --- a/CMakeCPack.cmake +++ b/CMakeCPack.cmake @@ -70,6 +70,9 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") # Components if(CMake_INSTALL_COMPONENTS) set(_CPACK_IFW_COMPONENTS_ALL cmake ctest cpack) + if(WIN32 AND NOT CYGWIN) + list(APPEND _CPACK_IFW_COMPONENTS_ALL cmcldeps) + endif() if(APPLE) list(APPEND _CPACK_IFW_COMPONENTS_ALL cmakexbuild) endif() |