Skip to content
Snippets Groups Projects
Commit f55bf371 authored by Fabrice Le Goff's avatar Fabrice Le Goff
Browse files

Merge branch 'cmakefix' into 'master'

fixed: make -O3 option private

See merge request !4
parents e231ac1f 3b28a5c7
No related branches found
No related tags found
1 merge request!4fixed: make -O3 option private
Pipeline #6934982 passed
...@@ -7,7 +7,7 @@ tdaq_add_library(asyncmsg ...@@ -7,7 +7,7 @@ tdaq_add_library(asyncmsg
src/NameService.cxx src/NameService.cxx
src/UDPSession.cxx src/UDPSession.cxx
src/Interface.cxx src/Interface.cxx
OPTIONS -O3 OPTIONS PRIVATE -O3
LINK_LIBRARIES is Boost::system) LINK_LIBRARIES is Boost::system)
tdaq_add_executable(test_namesvc NOINSTALL tdaq_add_executable(test_namesvc NOINSTALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment