Remove comments.
This commit is contained in:
parent
5b85121ca6
commit
9d33e95474
@ -32,8 +32,6 @@ ELSE()
|
|||||||
SET(HOSTNAME "hostname")
|
SET(HOSTNAME "hostname")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
# XXX: shouldn't we just have variables for all this stuff and centralise
|
|
||||||
# XXX: their configuration in install_layout.cmake?
|
|
||||||
IF(WIN32)
|
IF(WIN32)
|
||||||
SET(inst_location ${INSTALL_DOCREADMEDIR})
|
SET(inst_location ${INSTALL_DOCREADMEDIR})
|
||||||
ELSE()
|
ELSE()
|
||||||
@ -47,8 +45,6 @@ FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small)
|
|||||||
ENDFOREACH()
|
ENDFOREACH()
|
||||||
|
|
||||||
IF(UNIX)
|
IF(UNIX)
|
||||||
# XXX: again, used elsewhere (scripts/), should be standardised in
|
|
||||||
# XXX: install_layout.cmake
|
|
||||||
IF(INSTALL_LAYOUT MATCHES "STANDALONE")
|
IF(INSTALL_LAYOUT MATCHES "STANDALONE")
|
||||||
SET(prefix ".")
|
SET(prefix ".")
|
||||||
ELSE()
|
ELSE()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user