Skip to content

Commit c5119ca

Browse files
committed
use the normal name without cmake- prefix
1 parent 7acad55 commit c5119ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/cmake/CMakeLists.txt.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ IF(NOT CMAKE_BUILD_TYPE)
2828
ENDIF()
2929

3030
# here starts the project
31-
PROJECT(cmake-{{name}} C CXX ASM)
31+
PROJECT({{name}} C CXX ASM)
3232

3333
# uncomment below to have a verbose build process
3434
#SET(CMAKE_VERBOSE_MAKEFILE ON)

0 commit comments

Comments
 (0)