Skip to content

Commit

Permalink
Add a minor tweak to the VRPN module
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Apr 25, 2016
1 parent 83a2091 commit 58ed198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindVRPN.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if(NOT WIN32)
endif()

if(WIN32)
find_package(Libusb1 ${_vrpn_quiet})
find_package(Libusb1 QUIET)
if(LIBUSB1_FOUND)
list(APPEND _deps_libs ${LIBUSB1_LIBRARIES})
list(APPEND _deps_includes ${LIBUSB1_INCLUDE_DIRS})
Expand Down

0 comments on commit 58ed198

Please sign in to comment.