summaryrefslogtreecommitdiffstats
path: root/depends
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-06-06 19:56:51 +0200
committerPetr Mrázek <peterix@gmail.com>2015-06-06 19:56:51 +0200
commit678da0b639603295169d4b15988ea0832a9f2e95 (patch)
treebb3742c6e3355537a7ca79380faeb699470ac183 /depends
parentdb69a3dacd82ff364cbf85d3218006392d09965f (diff)
downloadMultiMC-678da0b639603295169d4b15988ea0832a9f2e95.tar
MultiMC-678da0b639603295169d4b15988ea0832a9f2e95.tar.gz
MultiMC-678da0b639603295169d4b15988ea0832a9f2e95.tar.lz
MultiMC-678da0b639603295169d4b15988ea0832a9f2e95.tar.xz
MultiMC-678da0b639603295169d4b15988ea0832a9f2e95.zip
GH-1052 switch over to C++14 everywhere
Diffstat (limited to 'depends')
-rw-r--r--depends/util/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/util/CMakeLists.txt b/depends/util/CMakeLists.txt
index 7a18067c..40adae7e 100644
--- a/depends/util/CMakeLists.txt
+++ b/depends/util/CMakeLists.txt
@@ -1,6 +1,6 @@
project(libUtil)
-include(UseCXX11)
+include(UseCXX14)
include(Coverage)
# Find Qt