From 3c141fc01bdb324b4e0930094dd96b0ca2e4096e Mon Sep 17 00:00:00 2001 From: Chris Hogan Date: Tue, 5 Apr 2022 09:29:50 -0500 Subject: [PATCH] Install sample hermes.conf --- CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e14395115..fc51ec16c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -416,6 +416,15 @@ install( ${HERMES_INSTALL_DATA_DIR}/cmake/hermes ) +install( + FILES + test/data/hermes.conf + TYPE + DATA + RENAME + hermes_configuration_example.conf +) + #----------------------------------------------------------------------------- # Configure the hermes-config-version .cmake file for the install directory #-----------------------------------------------------------------------------