diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2014-12-09 22:13:42 (GMT) |
---|---|---|
committer | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2015-07-07 05:11:10 (GMT) |
commit | 7383e4d722809e2460bd4e87ea7fdbef5f64c303 (patch) | |
tree | ef86da2a0b1202888e9d421f2fdd83f5de9ffeb6 /CMakeCPack.cmake | |
parent | 2531b9095491966c7dbcf717a8b6d3dc72c0fb9f (diff) | |
download | CMake-7383e4d722809e2460bd4e87ea7fdbef5f64c303.zip CMake-7383e4d722809e2460bd4e87ea7fdbef5f64c303.tar.gz CMake-7383e4d722809e2460bd4e87ea7fdbef5f64c303.tar.bz2 |
CMake: Install COMPONENTs (sphinx-man)
Added component sphinx-man
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 b299e7f..0eda2bd 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() |