chore(cmake): update email to renken@shione.net
This commit is contained in:
parent
d0f1ac9a35
commit
1560601125
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ set(PROJECT_VERSION_SUFFIX "") # alpha/beta/rc, e.g. "-rc0"
|
||||||
set(PROJECT_VERSION "${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}")
|
set(PROJECT_VERSION "${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}")
|
||||||
set(PROJECT_AUTHOR "renken")
|
set(PROJECT_AUTHOR "renken")
|
||||||
set(PROJECT_COPYRIGHT "2023, renken")
|
set(PROJECT_COPYRIGHT "2023, renken")
|
||||||
set(PROJECT_MAIL "mail@renken.systems")
|
set(PROJECT_MAIL "renken@shione.net")
|
||||||
# only set CMAKE variant when local name matches CMAKE name
|
# only set CMAKE variant when local name matches CMAKE name
|
||||||
# this avoids clashing when being used as a subproject
|
# this avoids clashing when being used as a subproject
|
||||||
if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
|
if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
|
||||||
|
|
Loading…
Reference in a new issue