From 5d1383572dfdd75e9f454034677f7697646198ba Mon Sep 17 00:00:00 2001 From: dando92 Date: Wed, 26 Mar 2025 22:32:29 +0100 Subject: [PATCH] Fixed mac build referencing wrong header --- extern/CMakeProject-hidapi.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/CMakeProject-hidapi.cmake b/extern/CMakeProject-hidapi.cmake index 3fc8f899a5..62ded0d8f7 100644 --- a/extern/CMakeProject-hidapi.cmake +++ b/extern/CMakeProject-hidapi.cmake @@ -3,7 +3,7 @@ set(HIDAPI_HPP "hidapi/hidapi/hidapi.h") if(APPLE) set(HIDAPI_SRC "hidapi/mac/hid.c") list(APPEND HIDAPI_HPP - "hidapi/windows/hidapi_darwin.h") + "hidapi/mac/hidapi_darwin.h") endif() if(WIN32)