diff --git a/CMakeLists.txt b/CMakeLists.txt index 58faccf..586f553 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ SET(CPACK_PACKAGE_VERSION "${CUBICSDR_VERSION_MAJOR}.${CUBICSDR_VERSION_MINOR}.$ SET(CPACK_PACKAGE_VERSION_MAJOR ${CUBICSDR_VERSION_MAJOR}) SET(CPACK_PACKAGE_VERSION_MINOR ${CUBICSDR_VERSION_MINOR}) SET(CPACK_PACKAGE_VERSION_PATCH ${CUBICSDR_VERSION_PATCH}) +set(CPACK_PACKAGE_VENDOR "cubicproductions") SET (CUSTOM_BUILD OFF CACHE BOOL "Enable custom build options") # Build options for custom deploys, optimization and debugging