Skip to content

LUCID_DigiTools: Fix compilation warnings.

Need to explicitly declare Boost as a dependency. Otherwise, we reference the Boost path with -I rather than -isystem, which lets in some compilation warnings from Boost code.

Merge request reports