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 /mysys | |
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 'mysys')
-rw-r--r-- | mysys/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt index 438d6b428e0..0a61c856506 100644 --- a/mysys/CMakeLists.txt +++ b/mysys/CMakeLists.txt @@ -102,7 +102,3 @@ SET_TARGET_PROPERTIES(thr_timer PROPERTIES COMPILE_FLAGS "-DMAIN") ADD_EXECUTABLE(test_hash hash.c) TARGET_LINK_LIBRARIES(test_hash mysys) SET_TARGET_PROPERTIES(test_hash PROPERTIES COMPILE_FLAGS "-DMAIN") - -IF(MSVC) - INSTALL_DEBUG_TARGET(mysys DESTINATION ${INSTALL_LIBDIR}/debug) -ENDIF() |