commit b5cd17fd6e7b65acdc44ceb01b102f711289bb29
parent ad3ee6ff73ec66837941aa6ea3269d504e3762b1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 7 Jan 2016 10:55:30 +0100
Add the missing project name in the CMake script
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -27,7 +27,7 @@
# knowledge of the CeCILL license and that you accept its terms.
cmake_minimum_required(VERSION 2.8)
-project( C)
+project(star-stl C)
enable_testing()
option(NO_TEST "Do not compile the test pograms" OFF)