From 3b28a5c7a262b76cfa928b956711166fb8d40d21 Mon Sep 17 00:00:00 2001
From: Fabrice Le Goff <fabrice.le.goff@cern.ch>
Date: Wed, 21 Feb 2024 14:56:11 +0100
Subject: [PATCH] fixed: make -O3 option private

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 559659b..4d07b37 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ tdaq_add_library(asyncmsg
   src/NameService.cxx
   src/UDPSession.cxx
   src/Interface.cxx
-  OPTIONS -O3
+  OPTIONS PRIVATE -O3
   LINK_LIBRARIES is Boost::system)
 
 tdaq_add_executable(test_namesvc NOINSTALL
-- 
GitLab