mirror of https://gitee.com/bigwinds/arangodb
Add trailing slash for safety.
This commit is contained in:
parent
611d7648c7
commit
dabd986fcc
|
@ -183,8 +183,8 @@ if (USE_RELATIVE)
|
|||
### @brief SYSTEM CONFIGURATION DIRECTORY (/etc)
|
||||
################################################################################
|
||||
|
||||
set(ETCDIR_NATIVE "./etc/relative")
|
||||
set(ETCDIR_INSTALL "etc/relative")
|
||||
set(ETCDIR_NATIVE "./etc/relative/")
|
||||
set(ETCDIR_INSTALL "etc/relative/")
|
||||
|
||||
file(TO_NATIVE_PATH "${ETCDIR_NATIVE}" ETCDIR_NATIVE)
|
||||
STRING(REGEX REPLACE "\\\\" "\\\\\\\\" ETCDIR_ESCAPED "${ETCDIR_NATIVE}")
|
||||
|
|
Loading…
Reference in New Issue