mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
Use Boost_ variables instead of hardcoded names.
This commit is contained in:
parent
92944fe322
commit
75aad5676d
|
@ -59,7 +59,9 @@ Set(LIBRARY_NAME ProgOptionTest)
|
||||||
|
|
||||||
If (Boost_FOUND)
|
If (Boost_FOUND)
|
||||||
Set(DEPENDENCIES
|
Set(DEPENDENCIES
|
||||||
boost_system boost_program_options FairMQ
|
${Boost_SYSTEM_LIBRARY}
|
||||||
|
${Boost_PROGRAM_OPTIONS_LIBRARY})
|
||||||
|
FairMQ
|
||||||
)
|
)
|
||||||
EndIf (Boost_FOUND)
|
EndIf (Boost_FOUND)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user