From 0d73f6cc7e3c503b41cf53d7ac60c5227b81ee7d Mon Sep 17 00:00:00 2001 From: click Date: Thu, 12 Aug 2010 03:18:37 +0200 Subject: BuildSystem/OSX: Utilize system-installed crypto.dylib - should help a little bit more on OSX-compiles --HG-- branch : trunk --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3