Skip to content

Consistent use of Boost program_options

Andreas Salzburger requested to merge 171-boost-program-options into master

Closes #171 (closed)

Issue described above.

Actually, we now have a mix of Boost::program_options and ${BOOST_PROGRAM_OPTIONS}, me not like.

Then, I changes almost everywhere (where I saw possible) the linking from PUBLIC to PRIVATE, that should make the code cleaner in terms of include and link dependencies (sometimes we are just lucky).

Edited by Andreas Salzburger

Merge request reports