summaryrefslogtreecommitdiff
path: root/CMakeCPack.cmake
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2014-12-10 01:13:42 +0300
committerKonstantin Podsvirov <konstantin@podsvirov.pro>2015-07-07 08:11:10 +0300
commit7383e4d722809e2460bd4e87ea7fdbef5f64c303 (patch)
treeef86da2a0b1202888e9d421f2fdd83f5de9ffeb6 /CMakeCPack.cmake
parent2531b9095491966c7dbcf717a8b6d3dc72c0fb9f (diff)
downloadcmake-7383e4d722809e2460bd4e87ea7fdbef5f64c303.tar.gz
CMake: Install COMPONENTs (sphinx-man)
Added component sphinx-man
Diffstat (limited to 'CMakeCPack.cmake')
-rw-r--r--CMakeCPack.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake
index b299e7f96a..0eda2bd063 100644
--- a/CMakeCPack.cmake
+++ b/CMakeCPack.cmake
@@ -83,6 +83,9 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
if(BUILD_QtDialog)
list(APPEND _CPACK_IFW_COMPONENTS_ALL cmake-gui)
endif()
+ if(SPHINX_MAN)
+ list(APPEND _CPACK_IFW_COMPONENTS_ALL sphinx-man)
+ endif()
if(SPHINX_HTML)
list(APPEND _CPACK_IFW_COMPONENTS_ALL sphinx-html)
endif()