Merge pull request #1682 from bmiklautz/issue_1681

build: removed macosx-version-min
This commit is contained in:
Marc-André Moreau 2014-02-10 08:10:27 -05:00
commit 0838530c46

View File

@ -104,13 +104,6 @@ check_struct_has_member("struct tm" tm_gmtoff time.h HAVE_TM_GMTOFF)
# Libraries that we have a hard dependency on
find_required_package(OpenSSL)
# Mac OS X
if(APPLE)
include_directories(/opt/local/include)
link_directories(/opt/local/lib)
set(CMAKE_SHARED_LINKER_FLAGS "-mmacosx-version-min=10.4")
endif()
if(NOT WIN32)
find_required_package(ZLIB)
find_optional_package(PulseAudio)