From e8917a1a9f97db86bdc38c569ddbde7f79b76ce7 Mon Sep 17 00:00:00 2001 From: "Andrew V. Jones" Date: Tue, 9 Mar 2021 23:14:57 +0000 Subject: [PATCH] Correcting 'String' to 'STRING' to resolve CMake warning (#5091) Signed-off-by: Andrew V. Jones --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e74415db..87596c60a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,7 +140,7 @@ else() if(NOT CMAKE_BUILD_TYPE) message(STATUS "CMAKE_BUILD_TYPE is not set. Setting default") 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}" FORCE) # Provide drop down menu options in cmake-gui