at master 411 B view raw
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index 3334931..64220c4 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -27,8 +27,7 @@ message(STATUS "Fetching/configuring OSQP") 6 list(APPEND CMAKE_MESSAGE_INDENT " ") 7 FetchContent_Declare( 8 osqp 9- GIT_REPOSITORY https://github.com/osqp/osqp.git 10- GIT_TAG v1.0.0 11+ URL @osqp_src@ 12 ) 13 list(POP_BACK CMAKE_MESSAGE_INDENT) 14 FetchContent_MakeAvailable(osqp)