Browse Source

cmake CMP0177 policy, no dot in the install destination path

bb-10.5-wlad
Sergei Golubchik 8 months ago
parent
commit
992d85025c
  1. 2
      mysql-test/CMakeLists.txt

2
mysql-test/CMakeLists.txt

@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA
INSTALL_MYSQL_TEST("." ".")
INSTALL_MYSQL_TEST("." "")
IF(NOT ${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
# Enable running mtr from build directory

Loading…
Cancel
Save