doctest: work around incompat with cmake 4

This commit is contained in:
Christoph Reiter 2025-03-30 10:43:50 +02:00
parent 1e6a171e8f
commit e5d309f981

View File

@ -22,6 +22,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DDOCTEST_WITH_TESTS=off \
-GNinja \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
../
cmake --build .