From acdbb2901ee93aa84fbc6d740a230061e5bfaab1 Mon Sep 17 00:00:00 2001 From: Thijs Paelman Date: Tue, 11 Nov 2025 20:57:39 +0100 Subject: build: Extend CMake variable documentation Be clear that OUROBOROS_CONFIG_DIR should be an absolute path, since the systemd service file depends on this, and most defined variables in the code (security directory and derived). Signed-off-by: Thijs Paelman Signed-off-by: Sander Vrijders --- src/irmd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irmd/CMakeLists.txt') diff --git a/src/irmd/CMakeLists.txt b/src/irmd/CMakeLists.txt index 32904d59..79f806bb 100644 --- a/src/irmd/CMakeLists.txt +++ b/src/irmd/CMakeLists.txt @@ -5,7 +5,7 @@ include_directories(${CMAKE_SOURCE_DIR}/include) include_directories(${CMAKE_BINARY_DIR}/include) set(OUROBOROS_CONFIG_DIR /etc/ouroboros CACHE STRING - "Configuration directory") + "Configuration directory (should be absolute)") find_library(LIBTOML_LIBRARIES toml QUIET) if (LIBTOML_LIBRARIES) -- cgit v1.2.3