projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae4a2e
)
CMakeLists.txt: Fix whitespace, cosmetics.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 29 Nov 2014 15:04:38 +0000
(16:04 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 29 Nov 2014 15:05:44 +0000
(16:05 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 05c6270c5ded577531ae15bb1138731f66b4c092..49358505fe81dd4891a0fc0c4777cb8b9ca89201 100644
(file)
--- 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()
#===============================================================================