aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-01-26 21:53:15 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-01-26 21:53:15 +0100
commitb4209ea68c2705b1f8bf0930ff5f75d26de890cd (patch)
tree83f2d3fb3345d621f029a111fd94e9b60694fee4 /CMakeLists.txt
parent83aabf01858e733338fb72f96b28d955b459bbb3 (diff)
Rename project
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86037b4..35fe3bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ ExternalProject_Add(tools
CMAKE_ARGS
-D CMAKE_INSTALL_PREFIX=${TOOLS_PREFIX})
-project(rts C)
+project(jancity C)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
if(CMAKE_TOOLCHAIN_FILE MATCHES "ps1")