mirror of
https://github.com/lefticus/6502-cpp.git
synced 2024-12-21 10:30:35 +00:00
Fix build on OSX by telling CMake we require C++14, which is not enabled by default.
This commit is contained in:
parent
da8dcfe213
commit
9c9e6bf7ed
@ -1,4 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set (CMAKE_CXX_STANDARD 14)
|
||||
|
||||
project(x86-to-6502)
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCC)
|
||||
|
Loading…
Reference in New Issue
Block a user