Codebase list fdm-materials / upstream/5.0.0+git20221213.0.4471f12 CPackConfig.cmake
upstream/5.0.0+git20221213.0.4471f12

Tree @upstream/5.0.0+git20221213.0.4471f12 (Download .tar.gz)

CPackConfig.cmake @upstream/5.0.0+git20221213.0.4471f12raw · history · blame

set(CPACK_PACKAGE_VENDOR "Ultimaker")
set(CPACK_PACKAGE_CONTACT "Ultimaker <info@ultimaker.com>")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ultimaker Embedded services")
set(CPACK_PACKAGE_VERSION_MAJOR 999)
set(CPACK_PACKAGE_VERSION_MINOR 999)
set(CPACK_PACKAGE_VERSION_PATCH 999)
set(CPACK_GENERATOR "DEB")
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE all)

include(CPack)