aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite-orm/fix-example-feature.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2021-01-11 16:06:54 +0800
committerGitHub <noreply@github.com>2021-01-11 00:06:54 -0800
commit7959513538066f8d22d54942d098c65c8d0990e1 (patch)
treec02685048c3220e1d2b742d34fa3059f3a2ec7b0 /ports/sqlite-orm/fix-example-feature.patch
parent56e1606ea05dc9e51548256d6a4474564e226ffa (diff)
downloadvcpkg-7959513538066f8d22d54942d098c65c8d0990e1.tar.gz
vcpkg-7959513538066f8d22d54942d098c65c8d0990e1.zip
[sqlite-orm] Update to 1.6 (#15517)
* [sqlite-orm] Update to 1.6 * Removed unused FEATURE_PATCHES * Add vcpkg_fixup_cmake_targets() * Update patch
Diffstat (limited to 'ports/sqlite-orm/fix-example-feature.patch')
-rw-r--r--ports/sqlite-orm/fix-example-feature.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/ports/sqlite-orm/fix-example-feature.patch b/ports/sqlite-orm/fix-example-feature.patch
deleted file mode 100644
index ad68dade0..000000000
--- a/ports/sqlite-orm/fix-example-feature.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
-index 2857b65..3ee46e6 100644
---- a/examples/CMakeLists.txt
-+++ b/examples/CMakeLists.txt
-@@ -4,5 +4,5 @@ file(GLOB files "*.cpp")
- foreach(file ${files})
- get_filename_component(file_basename ${file} NAME_WE)
- add_executable(${file_basename} ${file})
-- target_link_libraries(${file_basename} PRIVATE sqlite_orm sqlite3)
-+ target_link_libraries(${file_basename} PRIVATE sqlite_orm)
- endforeach()