Commit fd4697ff authored by Joerg Bruehe's avatar Joerg Bruehe

Files in "SPECIFIC-ULN" need to be mentioned in a cmake "INSTALL".

parent 072639fd
...@@ -24,5 +24,14 @@ IF(UNIX) ...@@ -24,5 +24,14 @@ IF(UNIX)
ENDIF() ENDIF()
# Left in current directory, to be taken during build # Left in current directory, to be taken during build
CONFIGURE_FILE(mysql.spec.sh ./${SPECFILENAME} @ONLY) CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/SPECIFIC-ULN/${SPECFILENAME} @ONLY)
FOREACH(ulnfile filter-requires-mysql.sh generate-tarball.sh my.cnf my_config.h
mysql-5.5-errno.patch mysql-5.5-fix-tests.patch mysql-5.5-libdir.patch
mysql-5.5-mtr1.patch mysql-5.5-stack-guard.patch mysql-5.5-testing.patch
mysql-chain-certs.patch mysql-embedded-check.c mysql-expired-certs.patch
mysql.init mysql-install-test.patch mysql-strmov.patch scriptstub.c)
INSTALL(FILES ulnfile DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/SPECIFIC-ULN)
ENDFOREACH()
ENDIF() ENDIF()
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