summaryrefslogtreecommitdiff
path: root/include/base64.h
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2009-03-17 23:28:24 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2009-03-17 23:28:24 +0100
commit9e655bfffcda0a016943c96c4d911049d38f4c40 (patch)
tree70cbf5abf4ebbcf7641c2fed7d7c563d7d113cf9 /include/base64.h
parentb7ce2a25211ce86044635d9899e3517600cbda06 (diff)
downloadmariadb-git-9e655bfffcda0a016943c96c4d911049d38f4c40.tar.gz
Bug #43715 Link errors when trying to link mysql_embedded.exe
The reason for the error is incorrectly specified link dependencies for mysql_embedded, mysqltest_embedded and mysql_client_test_embedded in CMakeLists.txt (ADD_DEPENDENCIES should be TARGET_LINK_LIBRARIES) libmysqld/CMakeLists.txt: changed library type for libmysqld to SHARED instead of MODULE. MODULE in CMake notation is a shared library that is used only in dlopen/dlsym/LoadLibrary scenarios. Hence it was impossible to use TARGET_LINK_LIBRARIES with a MODULE. libmysqld/examples/CMakeLists.txt: Use TARGET_LINK_LIBRARIES (instead of previously incorrectly used ADD_DEPENDENCIES) to specify link dependency from libmysqld
Diffstat (limited to 'include/base64.h')
0 files changed, 0 insertions, 0 deletions