# 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__xxxx. set(CPACK_BUILD_SOURCE_DIRS "/opt/logicmoo_workspace/swipl-devel;/opt/logicmoo_workspace/swipl-devel/build") set(CPACK_CMAKE_GENERATOR "Ninja") set(CPACK_COMPONENTS_ALL "Archive_interface;BerkeleyDB_interface;Commandline_editors;Core_packages;Core_system;Documentation;Examples;Graphics_subsystem;Java_interface;ODBC_interface;OpenSSL_interface;Perl_regex;TIPC_networking;YAML_support") set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.18/Templates/CPack.GenericDescription.txt") set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "SWI-Prolog built using CMake") set(CPACK_GENERATOR "DEB") set(CPACK_INSTALL_CMAKE_PROJECTS "/opt/logicmoo_workspace/swipl-devel/build;SWI-Prolog;ALL;/") set(CPACK_INSTALL_PREFIX "") set(CPACK_MODULE_PATH "/opt/logicmoo_workspace/swipl-devel/cmake") set(CPACK_NSIS_DISPLAY_NAME "swipl 8.5.15") set(CPACK_NSIS_INSTALLER_ICON_CODE "") set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") set(CPACK_NSIS_PACKAGE_NAME "swipl 8.5.15") set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") set(CPACK_OUTPUT_CONFIG_FILE "/opt/logicmoo_workspace/swipl-devel/build/CPackConfig.cmake") set(CPACK_PACKAGE_CONTACT "Jan Wielemaker") set(CPACK_PACKAGE_DEFAULT_LOCATION "/") set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.18/Templates/CPack.GenericDescription.txt") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "SWI-Prolog offers a comprehensive free Prolog environment. Since its start in 1987, SWI-Prolog development has been driven by the needs of real world applications. SWI-Prolog is widely used in research and education as well as commercial applications. Join over a million users who have downloaded SWI-Prolog. ") set(CPACK_PACKAGE_FILE_NAME "swipl-8.5.15-1.unknown") set(CPACK_PACKAGE_INSTALL_DIRECTORY "swipl 8.5.15") set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "swipl 8.5.15") set(CPACK_PACKAGE_NAME "swipl") set(CPACK_PACKAGE_RELEASE "1") set(CPACK_PACKAGE_RELOCATABLE "true") set(CPACK_PACKAGE_VENDOR "SWI-Prolog") set(CPACK_PACKAGE_VERSION "8.5.15") set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MINOR "1") set(CPACK_PACKAGE_VERSION_PATCH "1") set(CPACK_RESOURCE_FILE_LICENSE "/opt/logicmoo_workspace/swipl-devel/LICENSE") set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.18/Templates/CPack.GenericDescription.txt") set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.18/Templates/CPack.GenericWelcome.txt") set(CPACK_SET_DESTDIR "OFF") set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/opt/logicmoo_workspace/swipl-devel/build/CPackSourceConfig.cmake") set(CPACK_SOURCE_RPM "OFF") set(CPACK_SOURCE_TBZ2 "ON") set(CPACK_SOURCE_TGZ "ON") set(CPACK_SOURCE_TXZ "ON") set(CPACK_SOURCE_TZ "ON") set(CPACK_SOURCE_ZIP "OFF") set(CPACK_STRIP_FILES "ON") 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 "/opt/logicmoo_workspace/swipl-devel/build/CPackProperties.cmake") endif() if(EXISTS ${CPACK_PROPERTIES_FILE}) include(${CPACK_PROPERTIES_FILE}) endif()