geometry icon indicating copy to clipboard operation
geometry copied to clipboard

Test libraries and executables should be declared EXCLUDE_FROM_ALL

Open pdimov opened this issue 1 year ago • 0 comments

The Boost convention is that cmake --build . only builds the libraries. Test libraries and executables are built with cmake --build . --target tests.

pdimov avatar May 14 '24 18:05 pdimov