Using BOOTSTRAP_TOP instead of CORIOLIS_TOP
This commit is contained in:
parent
5d4041ca3b
commit
4d3936fe3f
|
@ -9,7 +9,7 @@
|
|||
find_package(Bootstrap REQUIRED)
|
||||
print_cmake_module_path()
|
||||
|
||||
setup_sysconfdir("$ENV{CORIOLIS_TOP}")
|
||||
setup_sysconfdir("$ENV{BOOTSTRAP_TOP}")
|
||||
|
||||
install(FILES coriolisEnv.py coriolis2.sh
|
||||
DESTINATION ${SYS_CONF_DIR}/coriolis2
|
||||
|
|
Loading…
Reference in New Issue