Skip to content

Commit

Permalink
this might fix the windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
beatboxchad committed Jun 20, 2024
1 parent d880335 commit cbbabed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ endif(WIN32)

if(SC_HIDAPI)
list(APPEND sclang_sources LangPrimSource/SC_HID_api.cpp)
find_package(hidapi REQUIRED)
find_package(hidapi CONFIG REQUIRED)
include_directories(
${CMAKE_SOURCE_DIR}/external_libraries/hidapi
)
Expand Down

0 comments on commit cbbabed

Please sign in to comment.