boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 92 forks source link

Update CMakeLists.txt, test/CMakeLists.txt #86

Closed pdimov closed 3 years ago

pdimov commented 3 years ago

In the root CML, this moves the options/folders outside the BOOST_SUPERPROJECT_VERSION case. In tests/CML, it attaches the tests to the tests target, which will be the Boost-wide convention for building the test executables. They are still left attached to the all target as well, because I didn't know if that was relied upon. If not, the test executables should use EXCLUDE_FROM_ALL.

madmongo1 commented 3 years ago

It probably is relied upon for now in the CI, but shouldn't be.