mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-26 15:58:14 +08:00
revise cmake minimum for doctest (#2014)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user