summaryrefslogtreecommitdiff
path: root/src/irmd/CMakeLists.txt
diff options
context:
space:
mode:
authorThijs Paelman <thijs@ouroboros.rocks>2025-11-11 20:57:39 +0100
committerSander Vrijders <sander@ouroboros.rocks>2025-11-24 13:30:34 +0100
commitacdbb2901ee93aa84fbc6d740a230061e5bfaab1 (patch)
tree9fd870e3b1d96306f249bc5745d67244dc0f5565 /src/irmd/CMakeLists.txt
parent3430c1a0c99e52685783a58c1c717eb54aa06a69 (diff)
downloadouroboros-acdbb2901ee93aa84fbc6d740a230061e5bfaab1.tar.gz
ouroboros-acdbb2901ee93aa84fbc6d740a230061e5bfaab1.zip
build: Extend CMake variable documentationbe
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 <thijs@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/irmd/CMakeLists.txt')
-rw-r--r--src/irmd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)