Bump CMAKE_CXX_STANDARD to 14 in CMakeLists.txt (#2377)

We still don't really use this file (it won't even work), but it's good
to have CLion not brable about unknown stuff all the time.
This commit is contained in:
Alexander Block 2018-10-25 09:15:49 +02:00 committed by GitHub
parent 53e12b7b40
commit 0402240a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
cmake_minimum_required(VERSION 3.7) cmake_minimum_required(VERSION 3.7)
project(dash) project(dash)
set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD 14)
include_directories( include_directories(
src src