mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
Correcting 'String' to 'STRING' to resolve CMake warning (#5091)
Signed-off-by: Andrew V. Jones <andrewvaughanj@gmail.com>
This commit is contained in:
parent
e08ceee424
commit
e8917a1a9f
|
@ -140,7 +140,7 @@ else()
|
||||||
if(NOT CMAKE_BUILD_TYPE)
|
if(NOT CMAKE_BUILD_TYPE)
|
||||||
message(STATUS "CMAKE_BUILD_TYPE is not set. Setting default")
|
message(STATUS "CMAKE_BUILD_TYPE is not set. Setting default")
|
||||||
message(STATUS "The available build types are: ${available_build_types}")
|
message(STATUS "The available build types are: ${available_build_types}")
|
||||||
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE String
|
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
|
||||||
"Options are ${available_build_types}"
|
"Options are ${available_build_types}"
|
||||||
FORCE)
|
FORCE)
|
||||||
# Provide drop down menu options in cmake-gui
|
# Provide drop down menu options in cmake-gui
|
||||||
|
|
Loading…
Reference in a new issue