Skip to content

Commit

Permalink
Remove unreachable error message
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Aug 17, 2021
1 parent 4b0973c commit dc69785
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2637,9 +2637,6 @@ if(HID)
endif()
target_link_libraries(mixxx-lib PRIVATE mixxx-hidapi)
else()
if(NOT HIDAPI_FOUND)
message(FATAL_ERROR "USB HID controller support requires libhidapi-libusb and its development headers.")
endif()
target_link_libraries(mixxx-lib PRIVATE hidapi::hidapi)
endif()
target_sources(mixxx-lib PRIVATE
Expand Down

0 comments on commit dc69785

Please sign in to comment.