mirror of https://github.com/ARMmbed/mbed-os.git
use the normal name without cmake- prefix
parent
7acad55f5b
commit
c5119ca89e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue