make apple builds build for older versions and embrace the bitrot

pull/1218/head
Jeff Becker 4 years ago
parent 1e5a81846e
commit 7455a1956d
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -2,6 +2,11 @@ if(NOT UNIX)
return()
endif()
# because apple means embracing bitrot
if(APPLE)
add_compile_options(-mmacosx-version-min=10.13)
endif()
include(CheckCXXSourceCompiles)
include(CheckLibraryExists)

Loading…
Cancel
Save