Skip to content

Instantly share code, notes, and snippets.

@matlabbe
Created November 16, 2021 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matlabbe/c858ba36fb85d5e44d8667dfb3543e12 to your computer and use it in GitHub Desktop.
Save matlabbe/c858ba36fb85d5e44d8667dfb3543e12 to your computer and use it in GitHub Desktop.
flann 1.8.4 patch for ios build
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3279915..c1f930a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -155,9 +155,9 @@ endif(WIN32)
add_subdirectory( cmake )
add_subdirectory( src )
-add_subdirectory( examples )
-add_subdirectory( test )
-add_subdirectory( doc )
+#add_subdirectory( examples )
+#add_subdirectory( test )
+#add_subdirectory( doc )
# CPACK options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment