[tor-commits] r4528: Remove the last traces of zlib (vidalia/trunk/src/common)
vidalia-svn at svn.torproject.org
vidalia-svn at svn.torproject.org
Fri Mar 11 23:15:34 UTC 2011
Author: chiiph
Date: 2011-03-11 23:15:34 +0000 (Fri, 11 Mar 2011)
New Revision: 4528
Modified:
vidalia/trunk/src/common/CMakeLists.txt
Log:
Remove the last traces of zlib
Modified: vidalia/trunk/src/common/CMakeLists.txt
===================================================================
--- vidalia/trunk/src/common/CMakeLists.txt 2011-03-09 13:13:42 UTC (rev 4527)
+++ vidalia/trunk/src/common/CMakeLists.txt 2011-03-11 23:15:34 UTC (rev 4528)
@@ -21,7 +21,6 @@
stringutil.cpp
TorSocket.cpp
TorSslSocket.cpp
- ZlibByteArray.cpp
)
qt4_wrap_cpp(common_SRCS
TorSocket.h
@@ -44,8 +43,4 @@
if(OPENSSL_LIBRARIES)
target_link_libraries(common ${OPENSSL_LIBRARIES})
endif(OPENSSL_LIBRARIES)
-if (APPLE)
- include(FindZLIB)
- target_link_libraries(common ${ZLIB_LIBRARIES})
-endif(APPLE)
More information about the tor-commits
mailing list