mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-06 06:32:45 +00:00
bugfix: ensure CPack also has correct capitalization (fixes #1514)
This commit is contained in:
parent
2e70acc70e
commit
75572f4224
@ -29,6 +29,7 @@ project(amiberry
|
||||
)
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
set(PROJECT_NAME "Amiberry")
|
||||
set(CMAKE_PROJECT_NAME "Amiberry")
|
||||
endif ()
|
||||
set(PROJECT_COMPANY_NAME "BlitterStudio")
|
||||
set(PROJECT_COMPANY_NAMESPACE "com.blitterstudio") # Reverse domain name notation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user