diff options
author | Daniel Black <daniel@linux.ibm.com> | 2019-10-15 15:03:53 +1100 |
---|---|---|
committer | Anel <an3l@users.noreply.github.com> | 2020-02-25 08:11:20 +0100 |
commit | f6b9a29820d5f30d4e607c8a334f8ffea861e940 (patch) | |
tree | 87579099b60cf0021be7d2828c54a8ae0bb752c6 /plugin | |
parent | c749eb2b41545377166a94e25b3ab84991729bab (diff) | |
download | mariadb-git-f6b9a29820d5f30d4e607c8a334f8ffea861e940.tar.gz |
MDEV-16662: cmake remove empty INSTALL_DEBUG_TARGET
No adverse effects since this was made a null function in
6b53f9d781cc19cbec96c3eb048e6407021685a2.
This function had the last remaining cmake CMP0026 violation.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/win_auth_client/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/win_auth_client/CMakeLists.txt b/plugin/win_auth_client/CMakeLists.txt index 435c5b8966a..8c7696347aa 100644 --- a/plugin/win_auth_client/CMakeLists.txt +++ b/plugin/win_auth_client/CMakeLists.txt @@ -31,7 +31,4 @@ IF(WIN32) LINK_LIBRARIES Secur32 MODULE_ONLY COMPONENT ClientPlugins) - #IF(MSVC) - # INSTALL_DEBUG_TARGET(auth_win_client DESTINATION ${INSTALL_LIBDIR}/debug) - #ENDIF() ENDIF(WIN32) |