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:
@@ -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})
|
||||
|
||||
|
Reference in New Issue
Block a user