Skip to content
Snippets Groups Projects
Commit 6fdb79da authored by Alexis Girault's avatar Alexis Girault
Browse files

Merge branch 'libusb-update' into 'master'

Add multiple sources for Libusb download

See merge request iMSTK/iMSTK!245
parents 2e6a2bd6 22dbc2d7
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ set(copy_libusb_pdb_command
#-----------------------------------------------------------------------------
include(imstkAddExternalProject)
imstk_add_external_project( Libusb
URL http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.21/libusb-1.0.21.7z
URL http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.21/libusb-1.0.21.7z https://data.kitware.com/api/v1/item/59cbcefd8d777f7d33e9d9d7/download
URL_MD5 7fbcf5580b8ffc88f3af6eddd638de9f
DOWNLOAD_DIR ${Libusb_PREFIX}
SOURCE_DIR ${Libusb_EXTRACT_DIR}
......
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.9)
project(iMSTK VERSION 0.0.1 LANGUAGES C CXX)
if(UNIX AND NOT APPLE)
......
......@@ -53,7 +53,7 @@ Designed more specifically for developers, the issue tracker allows developers t
## Prerequisites
* Git
* CMake 3.2 or higher
* CMake 3.9 or higher
##### On Linux:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment