From 015288d3dd98ad579cb3b9b0c645ee654f8b77a8 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 12 Sep 2017 13:34:47 +0200 Subject: [PATCH] cmake: rename the project to WindowManagerTMC Signed-off-by: Marcus Fritzsch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.16.6