From c5119ca89ea01daca6709003fe1179cabfd220c1 Mon Sep 17 00:00:00 2001 From: "Matthias L. Jugel" Date: Fri, 19 Jan 2018 13:14:35 +0100 Subject: [PATCH] use the normal name without cmake- prefix --- tools/export/cmake/CMakeLists.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/export/cmake/CMakeLists.txt.tmpl b/tools/export/cmake/CMakeLists.txt.tmpl index 7ffbb004a2..7bf387f66a 100644 --- a/tools/export/cmake/CMakeLists.txt.tmpl +++ b/tools/export/cmake/CMakeLists.txt.tmpl @@ -28,7 +28,7 @@ IF(NOT CMAKE_BUILD_TYPE) ENDIF() # here starts the project -PROJECT(cmake-{{name}} C CXX ASM) +PROJECT({{name}} C CXX ASM) # uncomment below to have a verbose build process #SET(CMAKE_VERBOSE_MAKEFILE ON)