use the normal name without cmake- prefix

pull/5954/head
Matthias L. Jugel 2018-01-19 13:14:35 +01:00 committed by Cruz Monrreal II‰
parent 0087bc28cb
commit b055db154b
1 changed files with 1 additions and 1 deletions

View File

@ -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)