mirror of
https://github.com/lefticus/6502-cpp.git
synced 2025-05-16 15:38:15 +00:00
Merge pull request #7 from aeon-dev/fix_osx_build
Fix build on OSX by telling CMake we require C++14
This commit is contained in:
commit
ba5fa6c978
@ -1,4 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
set (CMAKE_CXX_STANDARD 14)
|
||||||
|
|
||||||
project(x86-to-6502)
|
project(x86-to-6502)
|
||||||
|
|
||||||
if(CMAKE_COMPILER_IS_GNUCC)
|
if(CMAKE_COMPILER_IS_GNUCC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user