diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-12 13:34:47 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-14 14:04:51 +0200 |
commit | 015288d3dd98ad579cb3b9b0c645ee654f8b77a8 (patch) | |
tree | d2059a13b1e3ef07d4e44599eb0b6227a0bb8803 | |
parent | 757c16403ef30a498477dda53ffdcbe634f27c80 (diff) |
cmake: rename the project to WindowManagerTMC
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 54e2da6..faeef67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 2.8) -project(TMCAGLWM) +project(WindowManagerTMC) set(PACKAGE_VERSION_MAJOR 0) set(PACKAGE_VERSION_MINOR 0) |