Lines 21-34
Link Here
|
21 |
set(CMAKE_BUILD_TYPE "Release") |
21 |
set(CMAKE_BUILD_TYPE "Release") |
22 |
endif() |
22 |
endif() |
23 |
|
23 |
|
24 |
string(TOLOWER "${CMAKE_BUILD_TYPE}" cmake_build_type_tolower) |
|
|
25 |
if( NOT cmake_build_type_tolower STREQUAL "debug" |
26 |
AND NOT cmake_build_type_tolower STREQUAL "release" |
27 |
AND NOT cmake_build_type_tolower STREQUAL "relwithdebinfo") |
28 |
message(FATAL_ERROR "Unknown build type \"${CMAKE_BUILD_TYPE}\". Allowed values are Debug, Release, RelWithDebInfo (case-insensitive).") |
29 |
endif() |
30 |
|
31 |
|
32 |
############################################################################# |
24 |
############################################################################# |
33 |
# retrieve version infomation # |
25 |
# retrieve version infomation # |
34 |
############################################################################# |
26 |
############################################################################# |