ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/libs/libftdi/patches/102-fix-cmake-include-examples.patch b/external/subpack/libs/libftdi/patches/102-fix-cmake-include-examples.patch
new file mode 100644
index 0000000..b37a968
--- /dev/null
+++ b/external/subpack/libs/libftdi/patches/102-fix-cmake-include-examples.patch
@@ -0,0 +1,11 @@
+--- a/examples/CMakeLists.txt
++++ b/examples/CMakeLists.txt
+@@ -2,7 +2,7 @@ option(EXAMPLES "Build example programs"
+
+ if (EXAMPLES)
+ # Includes
+- include( ${CMAKE_CURRENT_SOURCE_DIR}
++ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+ )
+