From 19ce704ae54e5ea66787379308feff8c3e83a3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Brammer?= Date: Sat, 27 Aug 2011 22:04:33 +0200 Subject: [PATCH] CMake: Change project name to openclonk to avoid conflict with the binary Apparently, Eclipse has problems with projects created by CMake that have a binary with the name of the project. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30453cb1a..8068e5672 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ # See clonk_trademark_license.txt for full license. cmake_minimum_required (VERSION 2.6.0) -project (clonk CXX C) +project (openclonk CXX C) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") include(Version.txt)