Skip to content

Commit

Permalink
update default C++ version for host tools to C++-14
Browse files Browse the repository at this point in the history
  • Loading branch information
autc04 committed May 5, 2018
1 parent b9d020d commit fc87b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

cmake_minimum_required(VERSION 3.3)
project(Retro)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED TRUE)
Expand Down

0 comments on commit fc87b33

Please sign in to comment.