We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406eb13 commit e08fa8cCopy full SHA for e08fa8c
dependencies/CMakeLists.txt
@@ -31,8 +31,8 @@ set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
31
FetchContent_Declare(
32
doubleconversion
33
GIT_REPOSITORY https://github.com/google/double-conversion.git
34
- GIT_TAG "v3.3.1"
35
- GIT_SHALLOW TRUE
+ GIT_TAG 101e1ba89dc41ceb75090831da97c43a76cd2906
+ # GIT_SHALLOW TRUE
36
)
37
FetchContent_MakeAvailable(doubleconversion)
38
0 commit comments