From be7f182d031c1308f4acfdd62518c4a78dbac3c1 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Thu, 17 Oct 2024 11:47:41 +0200 Subject: [PATCH] make flags public again --- Plugins/FpeMonitoring/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/FpeMonitoring/CMakeLists.txt b/Plugins/FpeMonitoring/CMakeLists.txt index f6314e9f4c2..ccd7c7f4ceb 100644 --- a/Plugins/FpeMonitoring/CMakeLists.txt +++ b/Plugins/FpeMonitoring/CMakeLists.txt @@ -176,7 +176,7 @@ else() endif() endif() -target_compile_options(ActsPluginFpeMonitoring PRIVATE "${_fpe_options}") +target_compile_options(ActsPluginFpeMonitoring PUBLIC "${_fpe_options}") install( TARGETS ActsPluginFpeMonitoring