diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-05-12 16:25:53 +0100 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-05-12 16:25:53 +0100 |
commit | 31f5867fc32ae0aaacf2c3a2d142810325dfa3e0 (patch) | |
tree | ce3807370f1f6e663d8d4f3a86cbd5663c2b4d74 /support-files | |
parent | ce2aabb712622fa1e52d9f294f78f4def52a4c78 (diff) | |
download | mariadb-git-31f5867fc32ae0aaacf2c3a2d142810325dfa3e0.tar.gz |
Remove comments.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/support-files/CMakeLists.txt b/support-files/CMakeLists.txt index d748b4b195c..ff522ac1d35 100644 --- a/support-files/CMakeLists.txt +++ b/support-files/CMakeLists.txt @@ -32,8 +32,6 @@ ELSE() SET(HOSTNAME "hostname") ENDIF() -# XXX: shouldn't we just have variables for all this stuff and centralise -# XXX: their configuration in install_layout.cmake? IF(WIN32) SET(inst_location ${INSTALL_DOCREADMEDIR}) ELSE() @@ -47,8 +45,6 @@ FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small) ENDFOREACH() IF(UNIX) - # XXX: again, used elsewhere (scripts/), should be standardised in - # XXX: install_layout.cmake IF(INSTALL_LAYOUT MATCHES "STANDALONE") SET(prefix ".") ELSE() |