-
Notifications
You must be signed in to change notification settings - Fork 0
/
CPackConfig.cmake
81 lines (77 loc) · 4.24 KB
/
CPackConfig.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# 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_7Z "")
SET(CPACK_BINARY_BUNDLE "")
SET(CPACK_BINARY_CYGWIN "")
SET(CPACK_BINARY_DEB "")
SET(CPACK_BINARY_DRAGNDROP "")
SET(CPACK_BINARY_IFW "")
SET(CPACK_BINARY_NSIS "")
SET(CPACK_BINARY_OSXX11 "")
SET(CPACK_BINARY_PACKAGEMAKER "")
SET(CPACK_BINARY_RPM "")
SET(CPACK_BINARY_STGZ "")
SET(CPACK_BINARY_TBZ2 "")
SET(CPACK_BINARY_TGZ "")
SET(CPACK_BINARY_TXZ "")
SET(CPACK_BINARY_TZ "")
SET(CPACK_BINARY_WIX "")
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 "TGZ")
SET(CPACK_INSTALL_CMAKE_PROJECTS "/home/nathan/Documents/FastSlice-build;FastSlice;ALL;/")
SET(CPACK_INSTALL_PREFIX "/usr/local")
SET(CPACK_MODULE_PATH "/home/nathan/Documents/Slicer-SuperBuild-Debug/SlicerExecutionModel-build/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/SlicerExecutionModel-build/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/SlicerExecutionModel-build/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/SlicerExecutionModel-build/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/SlicerExecutionModel-build/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/CTKAPPLAUNCHER/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/VTKv8/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/ITKv4/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/CTKAppLauncherLib-build/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/CTK/Utilities/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/CTK/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/ITKv4/Modules/ThirdParty/DCMTK/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/CTK/Utilities/CMake;/home/nathan/Documents/Slicer/CMake;/home/nathan/Documents/Slicer/Extensions/CMake;/home/nathan/Documents/Slicer-SuperBuild-Debug/VTKv8/CMake")
SET(CPACK_MONOLITHIC_INSTALL "ON")
SET(CPACK_NSIS_DISPLAY_NAME "FastSlice 0.1.1")
SET(CPACK_NSIS_INSTALLER_ICON_CODE "")
SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
SET(CPACK_NSIS_MODIFY_PATH "OFF")
SET(CPACK_NSIS_PACKAGE_NAME "FastSlice 0.1.1")
SET(CPACK_OUTPUT_CONFIG_FILE "/home/nathan/Documents/FastSlice-build/CPackConfig.cmake")
SET(CPACK_PACKAGE_DEFAULT_LOCATION "/")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "/home/nathan/Documents/Slicer/README.txt")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "This is an example of a simple extension")
SET(CPACK_PACKAGE_FILE_NAME "ab21644-linux-amd64-FastSlice-git4b9fd77-2017-12-10")
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "FastSlice 0.1.1")
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "FastSlice 0.1.1")
SET(CPACK_PACKAGE_NAME "FastSlice")
SET(CPACK_PACKAGE_RELOCATABLE "true")
SET(CPACK_PACKAGE_VENDOR "NA-MIC")
SET(CPACK_PACKAGE_VERSION "0.1.1")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "1")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(CPACK_RESOURCE_FILE_LICENSE "/home/nathan/Documents/Slicer/License.txt")
SET(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.5/Templates/CPack.GenericDescription.txt")
SET(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.5/Templates/CPack.GenericWelcome.txt")
SET(CPACK_SET_DESTDIR "OFF")
SET(CPACK_SOURCE_7Z "")
SET(CPACK_SOURCE_CYGWIN "")
SET(CPACK_SOURCE_GENERATOR "TGZ;TXZ")
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/nathan/Documents/FastSlice-build/CPackSourceConfig.cmake")
SET(CPACK_SOURCE_TBZ2 "OFF")
SET(CPACK_SOURCE_TGZ "ON")
SET(CPACK_SOURCE_TXZ "ON")
SET(CPACK_SOURCE_TZ "OFF")
SET(CPACK_SOURCE_ZIP "OFF")
SET(CPACK_SYSTEM_NAME "Linux")
SET(CPACK_TOPLEVEL_TAG "Linux")
SET(CPACK_WIX_SIZEOF_VOID_P "8")
if(NOT CPACK_PROPERTIES_FILE)
set(CPACK_PROPERTIES_FILE "/home/nathan/Documents/FastSlice-build/CPackProperties.cmake")
endif()
if(EXISTS ${CPACK_PROPERTIES_FILE})
include(${CPACK_PROPERTIES_FILE})
endif()