You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regression introduced by #464
When doctest_discover_tests(<target>) does not have ADD_LABELS ... options, test discovery breaks with the following error:
[build] CMake Error at doctest/2.4.6/lib/cmake/doctestAddTests.cmake:60 (if):
[build] if given arguments:
[build]
[build] "EQUAL" "1"
[build]
[build] Unknown arguments specified
Steps to reproduce
Building anything with doctest_discover_tests(<target>) without extra options.
doctest version: v2.4.6
cmake version: v3.19.4
Operating System: OSX 11.4
Compiler+version: Clang 11.0.4
The text was updated successfully, but these errors were encountered:
Description
Regression introduced by #464
When
doctest_discover_tests(<target>)
does not haveADD_LABELS ...
options, test discovery breaks with the following error:Steps to reproduce
Building anything with
doctest_discover_tests(<target>)
without extra options.The text was updated successfully, but these errors were encountered: