mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
cmake: bump CXX standard to 14
This commit is contained in:
@@ -20,7 +20,7 @@ if(DEV_MODE)
|
|||||||
# DEV_MODE checks out the monero submodule to master, which requires C++17.
|
# DEV_MODE checks out the monero submodule to master, which requires C++17.
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
else()
|
else()
|
||||||
set(CMAKE_CXX_STANDARD 11)
|
set(CMAKE_CXX_STANDARD 14)
|
||||||
endif()
|
endif()
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user