approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
312 stars 51 forks source link

ApprovalTests.cpp's tests and examples should never be built when used as a sub-project #179

Closed claremacrae closed 3 years ago

claremacrae commented 3 years ago

The intention in this project's CMake scripts is never to build our tests and examples by default, when we are used as a sub-project.

However, a mistake in this CMake code meant that if a parent project had set NOT_SUBPROJECT to ON, then our tests and examples would be built and run.

This was fixed in commit 94192f8cca4b4290b4626bdcc086acdd40e37d32.

claremacrae commented 3 years ago

Fixed in 94192f8cca4b4290b4626bdcc086acdd40e37d32