Skip to content
Permalink
Browse files
MDEV-23489 Windows zip files 10.4.14 have an embryonic data folder
Fix : Do not INSTALL anything with cmake from data folder.
  • Loading branch information
vaintroub committed Aug 15, 2020
1 parent 303212d commit 010fd61
Showing 1 changed file with 0 additions and 4 deletions.
@@ -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)

0 comments on commit 010fd61

Please sign in to comment.