projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f352b9b
)
Set default build type to RelWithDebInfo
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 25 Jan 2014 11:22:16 +0000
(11:22 +0000)
committer
Bert Vermeulen
<bert@biot.com>
Sat, 25 Jan 2014 11:54:10 +0000
(12:54 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 2ba907af96be14167535429551873a751d639c04..a0c0803622e0b702f60e6fbcb89245f9d885b6bf 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-51,6
+51,12
@@
if(WIN32)
set(ENABLE_SIGNALS FALSE)
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)
+endif()
+
#===============================================================================
#= Dependencies
#-------------------------------------------------------------------------------