Skip to content

Commit

Permalink
Fixed GIT_TAG on the cmake file to 02a117cfc8ad21b06c2596603a2046ee61…
Browse files Browse the repository at this point in the history
…c82786 (from master)
  • Loading branch information
AmitSolomonPrinceton committed Mar 14, 2024
1 parent e4eefcc commit 31ce9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ list(APPEND CMAKE_MESSAGE_INDENT " ")
FetchContent_Declare(
osqp
GIT_REPOSITORY https://github.com/osqp/osqp.git
GIT_TAG vb/henryiii/skbuild
GIT_TAG 02a117cfc8ad21b06c2596603a2046ee61c82786
)
list(POP_BACK CMAKE_MESSAGE_INDENT)
FetchContent_MakeAvailable(osqp)
Expand Down

0 comments on commit 31ce9b2

Please sign in to comment.