Add "Copyright" to CMake copyright variable
This is used for NSHumanReadableCopyright Info.plist field and should have "Copyright" for consistency with the other Info.plist files.
This commit is contained in:
parent
b7f2e4d423
commit
518c04cd55
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ math(EXPR wxSOVERSION_MAJOR "${WX_CURRENT} - ${WX_AGE}")
|
|||
set(wxSOVERSION ${wxSOVERSION_MAJOR}.${WX_AGE}.${WX_REVISION})
|
||||
|
||||
set(wxVERSION ${wxMAJOR_VERSION}.${wxMINOR_VERSION}.${wxRELEASE_NUMBER})
|
||||
set(wxCOPYRIGHT "1992-2021 wxWidgets")
|
||||
set(wxCOPYRIGHT "Copyright 1992-2021 wxWidgets")
|
||||
|
||||
project(wxWidgets VERSION ${wxVERSION})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue