From: Uwe Hermann Date: Sat, 29 Nov 2014 15:04:38 +0000 (+0100) Subject: CMakeLists.txt: Fix whitespace, cosmetics. X-Git-Tag: pulseview-0.3.0~419 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=7591fe238e1be53579819ec97bc0b3b76af8f67e;ds=sidebyside CMakeLists.txt: Fix whitespace, cosmetics. --- 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() #===============================================================================