Author: edwardyoon
Date: Tue Oct 1 01:16:23 2013
New Revision: 1527846
URL: http://svn.apache.org/r1527846
Log: (empty)
Modified:
hama/trunk/c++/src/CMakeLists.txt
Modified: hama/trunk/c++/src/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/hama/trunk/c%2B%2B/src/CMakeLists.txt?rev=1527846&r1=1527845&r2=1527846&view=diff
==============================================================================
--- hama/trunk/c++/src/CMakeLists.txt (original)
+++ hama/trunk/c++/src/CMakeLists.txt Tue Oct 1 01:16:23 2013
@@ -75,6 +75,6 @@ add_library(hamapipes STATIC
)
target_link_libraries(hamapipes
-
"/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0;/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0"
+ ${OPENSSL_LIBRARIES}
pthread
)