set(_cpifwrcconf _CPACK_IFW_COMPONENT_GROUP_CMAKE) set(${_cpifwrcconf}"# CMake IFW configuration\n") macro(_cmifwarg DESCRIPTIONTYPENAMEDEFAULT) set(_var CMake_IFW_ROOT_COMPONENT_${NAME}) if(DEFINED${_var}) set(${_var}${${_var}}CACHE${TYPE}${DESCRIPTION}) ...
IGNORE component group One can specify different grouping for different CPack generator by using a CPACK_PROJECT_CONFIG_FILE. .. variable:: CPACK_COMPONENT_<compName>_DISPLAY_NAME The name to be displayed for a component. .. variable:: CPACK_COMPONENT_<compName>_DESCRIPTION The des...
(_cpifwrc CPACK_IFW_COMPONENT_GROUP_CMAKE_) set(_cpifwrcconf _CPACK_IFW_COMPONENT_GROUP_CMAKE) set(${_cpifwrcconf} "# CMake IFW configuration\n") macro(_cmifwarg DESCRIPTION TYPE NAME DEFAULT) set(_var CMake_IFW_ROOT_COMPONENT_${NAME}) if(DEFINED ${_var}) set(${_var} $...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
Kitware/CMakePublic NotificationsYou must be signed in to change notification settings Fork2.5k Star6.7k Code Pull requests Actions Security Insights Additional navigation options Files master .github .gitlab Auxiliary Help Licenses Modules Packaging ...
(CPACK_COMPONENT_CMAKE_REQUIRED TRUE) set(CPACK_COMPONENT_CMAKE_GROUP Tools) set(CPACK_IFW_COMPONENT_CMAKE_NAME "CMake") set(CPACK_IFW_COMPONENT_CMAKE_PRIORITY 89) set(CPACK_IFW_COMPONENT_CMAKE_VERSION "@CMake_IFW_ROOT_COMPONENT_VERSION@") set(CPACK_COMPONENT_CTEST_DISPLAY_...