summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2016-06-30 11:59:32 -0600
committerJames Rowe <jroweboy@gmail.com>2016-08-04 17:16:16 -0600
commita976c2e3ba146df2fda9293c6fce9e11d96ac038 (patch)
treed634a074059cbe7385843c9f9ad176acff64460e /src
parente91327c86a863b9419fd3695b2400a52336ec3b5 (diff)
CMake: Fix for QT 5.7 overwriting -std=c++1y flag
In QT 5.7 they added a new check for CXX features which appends a minimum required standard to the CXX_FLAGS. Because we were writing the flag directly previously, cmake assumed it needed to add a c++11 flag to the build. This tells cmake to use c++14 on every build.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions