mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-09 01:50:54 +02:00
74b397e6b8
CMake 3.19 introduces new add_test() behavior guarded with the policy CMP0110. See: https://cmake.org/cmake/help/latest/policy/CMP0110.html Update the helper script ParseAndAddCatchTests to consider the policy and handle the test case name accordingly.