Commit 010fd61a authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-23489 Windows zip files 10.4.14 have an embryonic data folder

Fix : Do not INSTALL anything with cmake from data folder.
parent 303212d4
......@@ -407,10 +407,6 @@ ADD_CUSTOM_TARGET(distclean
IF(INSTALL_LAYOUT STREQUAL "STANDALONE")
# Copy db.opt into data/test/
SET(DBOPT_FILE ${CMAKE_SOURCE_DIR}/support-files/db.opt )
INSTALL(FILES ${DBOPT_FILE} DESTINATION data/test COMPONENT DataFiles)
# Install initial database on windows
IF(WIN32 AND TARGET mysqld AND NOT CMAKE_CROSSCOMPILING)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment