at master 453 B view raw
1diff --git a/algebra/_common/lin_sys/qdldl/qdldl.cmake b/algebra/_common/lin_sys/qdldl/qdldl.cmake 2index ac777bd0..3e419097 100644 3--- a/algebra/_common/lin_sys/qdldl/qdldl.cmake 4+++ b/algebra/_common/lin_sys/qdldl/qdldl.cmake 5@@ -5,8 +5,7 @@ list(APPEND CMAKE_MESSAGE_INDENT " ") 6 7 FetchContent_Declare( 8 qdldl 9- GIT_REPOSITORY https://github.com/osqp/qdldl.git 10- GIT_TAG v0.1.8 11+ URL @qdldl_src@ 12 ) 13 14 # Make QDLDL use the same types as OSQP