aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite-orm/disable-examples.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sqlite-orm/disable-examples.patch')
-rw-r--r--ports/sqlite-orm/disable-examples.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/sqlite-orm/disable-examples.patch b/ports/sqlite-orm/disable-examples.patch
new file mode 100644
index 000000000..61d832016
--- /dev/null
+++ b/ports/sqlite-orm/disable-examples.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5ffbdf3..ba22109 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -75,7 +75,7 @@ if(SqliteOrm_BuildTests AND BUILD_TESTING)
+ add_subdirectory(tests)
+ endif()
+
+-add_subdirectory(examples)
++#add_subdirectory(examples)
+
+ install(TARGETS sqlite_orm EXPORT "${ProjectName}Targets"
+ INCLUDES DESTINATION "${INCLUDE_INSTALL_DIR}" COMPONENT Development