(cherry picked from commit d8940f35a954a66f9fa0dc0595fab8532edce29f)
This commit is contained in:
Jan Van Buggenhout
2022-03-08 22:43:26 +01:00
committed by Shauren
parent 2f8305e05a
commit cde1571c1b
+1 -1
View File
@@ -1,6 +1,6 @@
# set default configuration directory
if(NOT CONF_DIR)
set(CONF_DIR ${CMAKE_INSTALL_PREFIX}/etc)
set(CONF_DIR ${CMAKE_INSTALL_PREFIX}/etc CACHE PATH "Configuration directory")
message(STATUS "UNIX: Using default configuration directory")
endif()