Skip to content

Commit

Permalink
Merge pull request #4356 from ligfx/fixmaccompile
Browse files Browse the repository at this point in the history
CMake: Fix macOS compile by always setting LIBUSB_FOUND=true
  • Loading branch information
shuffle2 committed Oct 16, 2016
2 parents ce5c8c2 + ecb095f commit 1c3b44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -749,6 +749,7 @@ if(NOT ANDROID)
add_subdirectory(Externals/libusb)
set(LIBUSB_LIBRARIES usb)
endif()
set(LIBUSB_FOUND true)
endif()

set(SFML_REQD_VERSION 2.1)
Expand Down

0 comments on commit 1c3b44e

Please sign in to comment.