From 0299df04fb2e1275b99db6b7ef406597087f5bbb Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Sun, 9 Aug 2015 19:30:06 +0200 Subject: [PATCH] adapt cmake project name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ab6147..3ec7b40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(Continue.cpp CXX) +project(Continuable CXX) cmake_minimum_required(VERSION 2.8) include(CheckCXXCompilerFlag)