From a3ba0b58afed98657674b3b1687000bd08880896 Mon Sep 17 00:00:00 2001 From: "T. van der Zwan" Date: Wed, 18 Dec 2013 14:54:43 +0000 Subject: [PATCH] Added todo for hidapi rename Former-commit-id: 27a02e329378f980bd3ee9e4be983c4e11ae0614 --- dependencies/build/hidapi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)