From 7591fe238e1be53579819ec97bc0b3b76af8f67e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 29 Nov 2014 16:04:38 +0100 Subject: [PATCH] CMakeLists.txt: Fix whitespace, cosmetics. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05c6270c..49358505 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,9 +53,9 @@ if(WIN32) endif() if(NOT CMAKE_BUILD_TYPE) - set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING - "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." - FORCE) + set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING + "Choose the type of build (None, Debug, Release, RelWithDebInfo, MinSizeRel)." + FORCE) endif() #=============================================================================== -- 2.30.2