You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.9 KiB
64 lines
2.9 KiB
# 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.
|
|
|
|
|
|
SET(CPACK_BINARY_BUNDLE "OFF")
|
|
SET(CPACK_BINARY_CYGWIN "")
|
|
SET(CPACK_BINARY_DEB "OFF")
|
|
SET(CPACK_BINARY_DRAGNDROP "OFF")
|
|
SET(CPACK_BINARY_NSIS "OFF")
|
|
SET(CPACK_BINARY_OSXX11 "OFF")
|
|
SET(CPACK_BINARY_PACKAGEMAKER "ON")
|
|
SET(CPACK_BINARY_RPM "OFF")
|
|
SET(CPACK_BINARY_STGZ "ON")
|
|
SET(CPACK_BINARY_TBZ2 "OFF")
|
|
SET(CPACK_BINARY_TGZ "ON")
|
|
SET(CPACK_BINARY_TZ "")
|
|
SET(CPACK_BINARY_ZIP "")
|
|
SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
|
|
SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
|
|
SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
|
|
SET(CPACK_GENERATOR "PackageMaker;STGZ;TGZ")
|
|
SET(CPACK_INSTALL_CMAKE_PROJECTS "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0;log4cplus;ALL;/")
|
|
SET(CPACK_INSTALL_PREFIX "/usr/local")
|
|
SET(CPACK_MODULE_PATH "")
|
|
SET(CPACK_NSIS_DISPLAY_NAME "log4cplus 1.1.0")
|
|
SET(CPACK_NSIS_INSTALLER_ICON_CODE "")
|
|
SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
|
|
SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
|
|
SET(CPACK_NSIS_PACKAGE_NAME "log4cplus 1.1.0")
|
|
SET(CPACK_OUTPUT_CONFIG_FILE "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackConfig.cmake")
|
|
SET(CPACK_PACKAGE_DEFAULT_LOCATION "/")
|
|
SET(CPACK_PACKAGE_DESCRIPTION_FILE "/opt/local/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
|
|
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "log4cplus is a log4j-inspired logging library for C++")
|
|
SET(CPACK_PACKAGE_FILE_NAME "log4cplus-1.1.0-Darwin")
|
|
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "log4cplus 1.1.0")
|
|
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "log4cplus 1.1.0")
|
|
SET(CPACK_PACKAGE_NAME "log4cplus")
|
|
SET(CPACK_PACKAGE_RELOCATABLE "true")
|
|
SET(CPACK_PACKAGE_VENDOR "Humanity")
|
|
SET(CPACK_PACKAGE_VERSION "1.1.0")
|
|
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
|
|
SET(CPACK_PACKAGE_VERSION_MINOR "1")
|
|
SET(CPACK_PACKAGE_VERSION_PATCH "1")
|
|
SET(CPACK_RESOURCE_FILE_LICENSE "/opt/local/share/cmake-2.8/Templates/CPack.GenericLicense.txt")
|
|
SET(CPACK_RESOURCE_FILE_README "/opt/local/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
|
|
SET(CPACK_RESOURCE_FILE_WELCOME "/opt/local/share/cmake-2.8/Templates/CPack.GenericWelcome.txt")
|
|
SET(CPACK_SET_DESTDIR "OFF")
|
|
SET(CPACK_SOURCE_CYGWIN "")
|
|
SET(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;TZ")
|
|
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/CPackSourceConfig.cmake")
|
|
SET(CPACK_SOURCE_TBZ2 "ON")
|
|
SET(CPACK_SOURCE_TGZ "ON")
|
|
SET(CPACK_SOURCE_TZ "ON")
|
|
SET(CPACK_SOURCE_ZIP "OFF")
|
|
SET(CPACK_SYSTEM_NAME "Darwin")
|
|
SET(CPACK_TOPLEVEL_TAG "Darwin")
|