Fixed cmake
This commit is contained in:
parent
6564969a28
commit
60a12b4085
@ -238,7 +238,7 @@ elseif (BUILD_TYPE_NAME STREQUAL "")
|
||||
else ()
|
||||
SET(CPACK_PACKAGE_VERSION_DATA "-${BUILD_TYPE_NAME}")
|
||||
endif ()
|
||||
if (BUILD_TYPE EQUAL OFF)
|
||||
if (NOT BUILD_TYPE AND NOT BUILD_TYPE STREQUAL "0")
|
||||
SET(BUILD_TYPE "1")
|
||||
endif ()
|
||||
set_source_files_properties(src/build.cpp PROPERTIES
|
||||
|
Loading…
Reference in New Issue
Block a user