You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: external_libraries/CMakeLists.txt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -155,8 +155,6 @@ set( EXAMPLE_OSC OFF )
155
155
if(SC_HIDAPI)
156
156
add_subdirectory(hidapi)
157
157
message(STATUS"Building with HID support")
158
-
elseif(MINGW AND (${CMAKE_CXX_COMPILER_VERSION}VERSION_LESS 5.3.0))
159
-
message(WARNING"SC is by default built without HID-support if a MinGW/gcc-version below 5.3 is used. Please consult the Readme on how to enable it (easy).")
0 commit comments