diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-08-20 12:42:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 21:42:29 -0700 |
| commit | d48e2bd9d9251b8060f566ad52e393ba7b5ff180 (patch) | |
| tree | 2788fdd66d6537737abb9e068e18c6295c28e47c /ports/sqlite-orm/disable-examples.patch | |
| parent | a6ca1a514b74e0b11ff37673b40554b79603675e (diff) | |
| download | vcpkg-d48e2bd9d9251b8060f566ad52e393ba7b5ff180.tar.gz vcpkg-d48e2bd9d9251b8060f566ad52e393ba7b5ff180.zip | |
[sqlite-orm] Update to latest version (#12999)
Diffstat (limited to 'ports/sqlite-orm/disable-examples.patch')
| -rw-r--r-- | ports/sqlite-orm/disable-examples.patch | 13 |
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
|
