There was an error while loading. Please reload this page.
2 parents fb3b4e4 + fcec418 commit 5592ff5Copy full SHA for 5592ff5
1 file changed
CMakeLists.txt
@@ -20,7 +20,7 @@ if(DEV_MODE)
20
# DEV_MODE checks out the monero submodule to master, which requires C++17.
21
set(CMAKE_CXX_STANDARD 17)
22
else()
23
- set(CMAKE_CXX_STANDARD 11)
+ set(CMAKE_CXX_STANDARD 14)
24
endif()
25
set(CMAKE_CXX_STANDARD_REQUIRED ON)
26
0 commit comments