mirror of
https://github.com/louisrubet/rpn
synced 2025-01-30 20:34:30 +01:00
CMakeLists.txt strange warning (string vs STRING) tackled
This commit is contained in:
parent
8f5a334fe0
commit
4e51a21e0d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ project(rpn)
|
|||
|
||||
if((NOT CMAKE_BUILD_TYPE MATCHES Debug)
|
||||
AND (NOT CMAKE_BUILD_TYPE MATCHES Release))
|
||||
set(CMAKE_BUILD_TYPE Release CACHE string "Choose the type of build, options are: None Debug Release" FORCE)
|
||||
set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None Debug Release" FORCE)
|
||||
endif()
|
||||
|
||||
message(STATUS "Build mode: ${CMAKE_BUILD_TYPE}")
|
||||
|
|
Loading…
Add table
Reference in a new issue