1
0
Fork 0

removed occurrence of USE_RELATIVE

This commit is contained in:
jsteemann 2016-04-25 16:09:20 +02:00
parent 1fb0768e20
commit fbe3e974ac
1 changed files with 0 additions and 14 deletions

View File

@ -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
################################################################################