Merge pull request #14 from tmiw/master

Add CMake rule to ensure LPCNet is built with the correct OSX libraries.
pull/16/head
drowe67 2020-01-12 06:31:57 +11:00 committed by GitHub
commit aa6b56808d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# flags manually on cmd line
# 2/ Should we standardise on just AVX? As machine we run on
# may be different to machine we build on
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
cmake_minimum_required(VERSION 3.0)
project(LPCNet C)