use the normal name without cmake- prefix

pull/5476/head
Matthias L. Jugel 2018-01-19 13:14:35 +01:00
parent 7acad55f5b
commit c5119ca89e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ IF(NOT CMAKE_BUILD_TYPE)
ENDIF() ENDIF()
# here starts the project # here starts the project
PROJECT(cmake-{{name}} C CXX ASM) PROJECT({{name}} C CXX ASM)
# uncomment below to have a verbose build process # uncomment below to have a verbose build process
#SET(CMAKE_VERBOSE_MAKEFILE ON) #SET(CMAKE_VERBOSE_MAKEFILE ON)