https://github.com/Kitware/CMake
Revision d01320d4b74dfa51952499f28974b764ae63b0f8 authored by Brad King on 20 May 2014, 13:40:16 UTC, committed by CMake Topic Stage on 20 May 2014, 13:40:16 UTC
1890c668 Keep cmake_minimum_required calls in sync with current version
81a3f228 Do not change minimum required version in modules

2 parent s c1edede + 1890c66
Raw File
Tip revision: d01320d4b74dfa51952499f28974b764ae63b0f8 authored by Brad King on 20 May 2014, 13:40:16 UTC
Merge topic 'preserve_cmake_minimum_required_version'
Tip revision: d01320d
CPackConfig.cmake.in
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
#  cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.

@_CPACK_OTHER_VARIABLES_@
back to top