Boost logo

Boost :

Subject: Re: [boost] [cmake] Pull request announcement
From: Alexander Grund (alexander.grund_at_[hidden])
Date: 2018-09-17 11:19:30


>> Could you elaborate, why this would require separate/conflicting
>> cmake files as opposed to having multiple different targets in a
>> single file?
>
> If I include your project's root CMake file that contains tests
> added by add_test(), then I cannot avoid those when running my own
> tests.
Usual action for this is to only add the tests folder if
CMAKE_SOURCE_DIR==PROJECT_SOURCE_DIR (you are the project being build)
This would need to have an exception for the boost suite as a whole ofc.




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk