Author: edwardyoon
Date: Wed Oct 2 02:23:02 2013
New Revision: 1528296
URL: http://svn.apache.org/r1528296
Log:
Just for the test
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=1528296&r1=1528295&r2=1528296&view=diff
==============================================================================
--- hama/trunk/c++/src/CMakeLists.txt (original)
+++ hama/trunk/c++/src/CMakeLists.txt Wed Oct 2 02:23:02 2013
@@ -75,6 +75,6 @@ add_library(hamapipes STATIC
)
target_link_libraries(hamapipes
- ${OPENSSL_LIBRARIES}
- pthread
+ #${OPENSSL_LIBRARIES}
+ #pthread
)