MacOS fix 6

This commit is contained in:
AlexandreRouma 2021-10-03 22:11:03 +02:00 committed by GitHub
parent dd083b6634
commit 91d960da3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,4 @@
cmake_minimum_required(VERSION 3.13)
set(CMAKE_OSX_DEPLOYMENT_TARGET "" CACHE STRING "Minimum OS X deployment version" FORCE)
project(sdrpp)
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")