diff options
| -rw-r--r-- | src/irmd/CMakeLists.txt | 2 |
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) |
