From 156060112570196fbe0b005e51d68f924322c6d1 Mon Sep 17 00:00:00 2001 From: Renken Date: Mon, 10 Apr 2023 12:34:55 +0200 Subject: [PATCH] chore(cmake): update email to renken@shione.net --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 618006e..97d9202 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ set(PROJECT_VERSION_SUFFIX "") # alpha/beta/rc, e.g. "-rc0" set(PROJECT_VERSION "${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}") set(PROJECT_AUTHOR "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 # this avoids clashing when being used as a subproject if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)