mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 10:03:49 +00:00
Prevent the Windows installer from installing manual pages.
This commit is contained in:
@@ -103,12 +103,14 @@ SET(CPACK_PACKAGE_VERSION_PATCH ${VERSION_PATCH})
|
||||
SET(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "NFC Library")
|
||||
SET(CPACK_COMPONENT_EXAMPLES_DISPLAY_NAME "Example Applications")
|
||||
SET(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "Development Headers")
|
||||
SET(CPACK_COMPONENT_MANUALS_DISPLAY_NAME "Example Applications Manuals")
|
||||
IF(NOT MSVC)
|
||||
SET(CPACK_COMPONENT_MANUALS_DISPLAY_NAME "Example Applications Manuals")
|
||||
SET(CPACK_COMPONENT_MANUALS_DISABLED TRUE)
|
||||
SET(CPACK_COMPONENT_MANUALS_DEPENDS examples)
|
||||
ENDIF(NOT MSVC)
|
||||
SET(CPACK_COMPONENT_HEADERS_DISABLED TRUE)
|
||||
SET(CPACK_COMPONENT_MANUALS_DISABLED TRUE)
|
||||
SET(CPACK_COMPONENT_HEADERS_DEPENDS libraries)
|
||||
SET(CPACK_COMPONENT_EXAMPLES_DEPENDS libraries)
|
||||
SET(CPACK_COMPONENT_MANUALS_DEPENDS examples)
|
||||
|
||||
# Source Package
|
||||
IF(MSVC)
|
||||
|
||||
Reference in New Issue
Block a user