summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sigencore/plugins/CMakeLists.txt2
-rw-r--r--sigencore/plugins/arenas/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/sigencore/plugins/CMakeLists.txt b/sigencore/plugins/CMakeLists.txt
index 108d8ac0..891aec5d 100644
--- a/sigencore/plugins/CMakeLists.txt
+++ b/sigencore/plugins/CMakeLists.txt
@@ -46,7 +46,7 @@ install(
FILES
${sigencoreplugins_HEADERS}
DESTINATION
- ${CMAKE_INSTALL_PREFIX}/include/sigencore/plugins
+ ${CMAKE_INSTALL_PREFIX}/include/sigen/sigencore/plugins
COMPONENT
development
)
diff --git a/sigencore/plugins/arenas/CMakeLists.txt b/sigencore/plugins/arenas/CMakeLists.txt
index 55c2b53b..65ef78b2 100644
--- a/sigencore/plugins/arenas/CMakeLists.txt
+++ b/sigencore/plugins/arenas/CMakeLists.txt
@@ -33,7 +33,7 @@ install(
FILES
${sigenarenas_SERVICES}
DESTINATION
- ${SERVICE_INSTALL_DIR}
+ ${SERVICES_INSTALL_DIR}
COMPONENT
plugins
)