projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f98ca4
)
Enabled C++11 build
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Tue, 20 May 2014 18:20:29 +0000
(19:20 +0100)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Fri, 23 May 2014 22:24:23 +0000
(23:24 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index a6a6c406a00b6765d56c0db992c74529f9afd1b0..61daa1885b61d5bfd0035e6e876a051a373b9eab 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-260,6
+260,7
@@
include(${QT_USE_FILE})
add_definitions(${QT_DEFINITIONS})
add_definitions(-D__STDC_LIMIT_MACROS)
add_definitions(-Wall -Wextra)
+add_definitions(-std=c++11)
if(ENABLE_DECODE)
add_definitions(-DENABLE_DECODE)