From e5149c28ad9cc5b4386538e46b37bd013001ddb1 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" <247927+cjcliffe@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:53:26 -0400 Subject: [PATCH] Update CMakeLists.txt Set default vendor to avoid CPack 'Humanity' default from prefixing itself to component --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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