Fix unnecessary defines out of code, these can be found from MySQL headers.

This commit is contained in:
Jan Lindström
2013-07-26 15:21:06 +03:00
parent 4a4383f6aa
commit 4fc3050ac7
5 changed files with 15 additions and 802 deletions

View File

@ -37,13 +37,3 @@ IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
IF(CMAKE_INSTALL_COMPONENT)
SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
ELSE(CMAKE_INSTALL_COMPONENT)
SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
ENDIF(CMAKE_INSTALL_COMPONENT)
FILE(WRITE "/home/jan/skysql/skygateway/skygateway/replication_listener/examples/${CMAKE_INSTALL_MANIFEST}" "")
FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
FILE(APPEND "/home/jan/skysql/skygateway/skygateway/replication_listener/examples/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
ENDFOREACH(file)