diff --git a/dependencies/build/hidapi/CMakeLists.txt b/dependencies/build/hidapi/CMakeLists.txt index 0f6d1e50..a1a37082 100644 --- a/dependencies/build/hidapi/CMakeLists.txt +++ b/dependencies/build/hidapi/CMakeLists.txt @@ -3,6 +3,7 @@ project(hidapi) # Add the 'generic' hidapi include directory include_directories(../../include/hidapi) +#TODO[TvdZ]: Rename hidapi-??? to hidapi if(APPLE) find_package(IOKit REQUIRED)