mirror of https://gitee.com/bigwinds/arangodb
output which file we strive to read
This commit is contained in:
parent
b75a9e7be0
commit
0b5b33009b
|
@ -11,6 +11,7 @@ endif()
|
|||
|
||||
# Global macros ----------------------------------------------------------------
|
||||
macro (generate_root_config name)
|
||||
message(INFO "reading configuration file ${PROJECT_SOURCE_DIR}/etc/arangodb3/${name}.conf.in")
|
||||
FILE(READ ${PROJECT_SOURCE_DIR}/etc/arangodb3/${name}.conf.in FileContent)
|
||||
|
||||
STRING(REPLACE "@PKGDATADIR@" "@ROOTDIR@/${CMAKE_INSTALL_DATAROOTDIR_ARANGO}"
|
||||
|
|
Loading…
Reference in New Issue