Skip to content

Commit

Permalink
Merge pull request #17 from robotology/use-github-ipopt
Browse files Browse the repository at this point in the history
ipopt-binary: Get binaries from GitHub
  • Loading branch information
mbrunettini authored Nov 5, 2020
2 parents 336a3e5 + 612f883 commit e89514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipopt-binary/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(VCPKG_CMAKE_SYSTEM_NAME)
endif()

vcpkg_download_distfile(ARCHIVE
URLS "http://www.icub.org/download/3rd-party/ipopt-3.12.7_msvc14_x86_amd64.zip"
URLS "https://github.com/robotology/robotology-vcpkg-ports/releases/download/storage/ipopt-3.12.7_msvc14_x86_amd64.zip"
FILENAME "ipopt-3.12.7_msvc14_x86_amd64.zip"
SHA512 26b42b8f6a75a815a3b3988b828a383965e291d4c204f053591b9e05e7925aa265d055a10d771fb505ea4ed98a1e9aa2521ce9d0375afe54ee75418a39dfafc1
)
Expand Down

0 comments on commit e89514b

Please sign in to comment.