mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-22 03:36:24 -05:00
Update CMakeLists.txt
Set default vendor to avoid CPack 'Humanity' default from prefixing itself to component
This commit is contained in:
parent
f96c1ec6bf
commit
e5149c28ad
@ -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_MAJOR ${CUBICSDR_VERSION_MAJOR})
|
||||||
SET(CPACK_PACKAGE_VERSION_MINOR ${CUBICSDR_VERSION_MINOR})
|
SET(CPACK_PACKAGE_VERSION_MINOR ${CUBICSDR_VERSION_MINOR})
|
||||||
SET(CPACK_PACKAGE_VERSION_PATCH ${CUBICSDR_VERSION_PATCH})
|
SET(CPACK_PACKAGE_VERSION_PATCH ${CUBICSDR_VERSION_PATCH})
|
||||||
|
set(CPACK_PACKAGE_VENDOR "cubicproductions")
|
||||||
|
|
||||||
SET (CUSTOM_BUILD OFF CACHE BOOL "Enable custom build options")
|
SET (CUSTOM_BUILD OFF CACHE BOOL "Enable custom build options")
|
||||||
# Build options for custom deploys, optimization and debugging
|
# Build options for custom deploys, optimization and debugging
|
||||||
|
Loading…
Reference in New Issue
Block a user