3526 John David Duncan 2011-09-21
bundled memcached -- fix type in CMakeLists.txt
modified:
storage/ndb/memcache/extra/memcached/CMakeLists.txt
3525 John David Duncan 2011-09-21
Bugfixes re. moving of libevent and memcached sources
modified:
storage/ndb/memcache/CMakeLists.txt
storage/ndb/memcache/FindMemcached.cmake
storage/ndb/memcache/extra/memcached/CMakeLists.txt
=== modified file 'storage/ndb/memcache/extra/memcached/CMakeLists.txt'
--- a/storage/ndb/memcache/extra/memcached/CMakeLists.txt 2011-09-22 05:56:14 +0000
+++ b/storage/ndb/memcache/extra/memcached/CMakeLists.txt 2011-09-22 06:41:40 +0000
@@ -48,7 +48,7 @@ SET(LIBMEMCACHED_UTILITIES_SOURCES
ADD_LIBRARY(memcached_utilities SHARED ${LIBMEMCACHED_UTILITIES_SOURCES})
IF(HAVE_LIBDL)
-target_link_library(memcached_utilities dl)
+target_link_libraries(memcached_utilities dl)
ENDIF()
SET(MEMCACHED_SOURCES
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster branch (john.duncan:3525 to 3526) | John David Duncan | 22 Sep |