Skip to content

Instantly share code, notes, and snippets.

@bmiklautz
Created February 5, 2014 20:28
Show Gist options
  • Save bmiklautz/8832375 to your computer and use it in GitHub Desktop.
Save bmiklautz/8832375 to your computer and use it in GitHub Desktop.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2eae47d..157b097 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -101,13 +101,6 @@ check_include_files(inttypes.h HAVE_INTTYPES_H)
# 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment