mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
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:
parent
53e12b7b40
commit
0402240a2e
@ -8,7 +8,7 @@
|
||||
cmake_minimum_required(VERSION 3.7)
|
||||
project(dash)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
include_directories(
|
||||
src
|
||||
|
Loading…
Reference in New Issue
Block a user