Enable C++14 for all builds

This commit is contained in:
Michael 2019-01-13 14:10:38 +00:00
parent 328ce40212
commit 8a0eb6b71f
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if(WIN32)
set(CMAKE_CXX_STANDARD 17)
ENABLE_LANGUAGE(RC)
else()
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
endif(WIN32)
set(CMAKE_CXX_STANDARD_REQUIRED ON)