17 Sep
2018
17 Sep
'18
11:19 a.m.
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.