url
url copied to clipboard
Test libraries and executables should be declared EXCLUDE_FROM_ALL
The Boost convention is that cmake --build . only builds the libraries. Test libraries and executables are built with cmake --build . --target tests.