Use the correct sub project name
This commit is contained in:
parent
10a00d0f5e
commit
81c95178d3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.13)
|
cmake_minimum_required (VERSION 3.13)
|
||||||
project (sfizz VERSION 1.0.0 LANGUAGES CXX C)
|
project (sfizz VERSION 1.0.0 LANGUAGES CXX C)
|
||||||
|
|
||||||
# External configuration CMake scripts
|
# External configuration CMake scripts
|
||||||
|
|
@ -48,7 +48,7 @@ if (SFIZZ_TESTS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
message (STATUS "
|
message (STATUS "
|
||||||
Project name: ${CMAKE_PROJECT_NAME}
|
Project name: ${PROJECT_NAME}
|
||||||
Build type: ${CMAKE_BUILD_TYPE}
|
Build type: ${CMAKE_BUILD_TYPE}
|
||||||
Build using LTO: ${ENABLE_LTO}
|
Build using LTO: ${ENABLE_LTO}
|
||||||
Build as shared library: ${SFIZZ_SHARED}
|
Build as shared library: ${SFIZZ_SHARED}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue