X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=49358505fe81dd4891a0fc0c4777cb8b9ca89201;hp=05c6270c5ded577531ae15bb1138731f66b4c092;hb=7591fe238e1be53579819ec97bc0b3b76af8f67e;hpb=fae4a2e674ddec22ba68b15fad1eb0bd8b151967 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() #===============================================================================