revise cmake minimum for doctest (#2014)

This commit is contained in:
Awni Hannun 2025-03-27 19:30:58 -07:00 committed by GitHub
parent a8931306e1
commit a6b5d6e759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,6 @@
# Doctest works fine with cmake 3.5
set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
FetchContent_Declare(
doctest
GIT_REPOSITORY "https://github.com/onqtam/doctest"