Skip to content

Commit

Permalink
make flags public again
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Oct 17, 2024
1 parent 957b797 commit be7f182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/FpeMonitoring/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ else()
endif()
endif()

target_compile_options(ActsPluginFpeMonitoring PRIVATE "${_fpe_options}")
target_compile_options(ActsPluginFpeMonitoring PUBLIC "${_fpe_options}")

install(
TARGETS ActsPluginFpeMonitoring
Expand Down

0 comments on commit be7f182

Please sign in to comment.