mirror of https://gitee.com/bigwinds/arangodb
removed occurrence of USE_RELATIVE
This commit is contained in:
parent
1fb0768e20
commit
fbe3e974ac
|
@ -1,10 +1,5 @@
|
|||
include(GNUInstallDirs)
|
||||
|
||||
option(USE_RELATIVE
|
||||
"Do you want to have all path are relative to the binary"
|
||||
OFF
|
||||
)
|
||||
|
||||
# etc -------------------------------
|
||||
set(ETCDIR "" CACHE path "System configuration directory (defaults to prefix/etc)")
|
||||
|
||||
|
@ -353,15 +348,6 @@ install(
|
|||
REGEX "^.*/common/tests$" EXCLUDE
|
||||
REGEX "^.*/client/tests$" EXCLUDE)
|
||||
|
||||
## -----------------------------------------------------------------------------
|
||||
## --SECTION-- END-OF-FILE
|
||||
## -----------------------------------------------------------------------------
|
||||
|
||||
## Local Variables:
|
||||
## mode: outline-minor
|
||||
## outline-regexp: "^\\(### @brief\\|## --SECTION--\\|# -\\*- \\)"
|
||||
## End:
|
||||
|
||||
################################################################################
|
||||
### @brief install server-side JavaScript files
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue