diff options
| author | click <none@none> | 2010-08-12 03:18:37 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-08-12 03:18:37 +0200 |
| commit | 0d73f6cc7e3c503b41cf53d7ac60c5227b81ee7d (patch) | |
| tree | 40b5cc14ee1c00d3e3a5f458d7b2ad0cac9cba61 | |
| parent | a7c3ac2e19128d484a5d5f2b59e8abb934268ea9 (diff) | |
BuildSystem/OSX: Utilize system-installed crypto.dylib - should help a little bit more on OSX-compiles
--HG--
branch : trunk
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c7172a7c25f..201cf6af52b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -273,7 +273,7 @@ message("") if( CMAKE_SYSTEM_NAME MATCHES "Darwin" ) set(MACOSX 1) - set(OSX_LIBS /opt/local/lib/libcrypto.dylib) + set(OSX_LIBS /usr/lib/libcrypto.dylib) add_definitions(-D__ASSERTMACROS__) endif() |
