Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
iMSTK
iMSTK
Commits
8e7002b7
Commit
8e7002b7
authored
May 07, 2016
by
Alexis Girault
Browse files
COMP: Update find VRPN for system LibUsb1
On Mac and Linux, libusb1 would be found with other names.
parent
a0db4ba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/FindVRPN.cmake
View file @
8e7002b7
...
...
@@ -23,6 +23,7 @@ mark_as_advanced(VRPN_INCLUDE_DIR)
find_path
(
LIBUSB1_INCLUDE_DIR
NAMES
libusb.h
libusb-1.0/libusb.h
)
mark_as_advanced
(
LIBUSB1_INCLUDE_DIR
)
...
...
@@ -58,6 +59,7 @@ mark_as_advanced(QUAT_LIBRARY)
find_library
(
LIBUSB1_LIBRARY
NAMES
libusb-1.0
usb-1.0
)
mark_as_advanced
(
LIBUSB1_LIBRARY
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment