mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-11 19:56:40 +08:00
revise cmake minimum for doctest (#2014)
This commit is contained in:
parent
a8931306e1
commit
a6b5d6e759
@ -1,3 +1,6 @@
|
|||||||
|
# Doctest works fine with cmake 3.5
|
||||||
|
set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
|
||||||
|
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
doctest
|
doctest
|
||||||
GIT_REPOSITORY "https://github.com/onqtam/doctest"
|
GIT_REPOSITORY "https://github.com/onqtam/doctest"
|
||||||
|
Loading…
Reference in New Issue
Block a user