aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlitecpp/0001-Find-external-sqlite3.patch
diff options
context:
space:
mode:
authorGriffin Downs <grdowns@microsoft.com>2019-04-04 15:46:02 -0700
committerGriffin Downs <grdowns@microsoft.com>2019-04-04 15:46:02 -0700
commit9ff9817a40084cb8dc94bc0f8332632a36c92346 (patch)
treed39900ef8886534e7171b2a373a061f2f958eb11 /ports/sqlitecpp/0001-Find-external-sqlite3.patch
parente33ffb6f905fb6c7446003ce15028bc1f5606cf7 (diff)
parentf0040c333959f4febcc528fb134b025713e54542 (diff)
downloadvcpkg-9ff9817a40084cb8dc94bc0f8332632a36c92346.tar.gz
vcpkg-9ff9817a40084cb8dc94bc0f8332632a36c92346.zip
Merge branch 'pr/cmake_3_14' of https://github.com/kiwixz/vcpkg into dev/grdowns/5702
Diffstat (limited to 'ports/sqlitecpp/0001-Find-external-sqlite3.patch')
-rw-r--r--ports/sqlitecpp/0001-Find-external-sqlite3.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sqlitecpp/0001-Find-external-sqlite3.patch b/ports/sqlitecpp/0001-Find-external-sqlite3.patch
index ef6700e14..f9473ff53 100644
--- a/ports/sqlitecpp/0001-Find-external-sqlite3.patch
+++ b/ports/sqlitecpp/0001-Find-external-sqlite3.patch
@@ -16,7 +16,7 @@ index 4a3e492..f7e22a5 100644
# TODO NOCOMMIT
-#find_package(sqlite3)
-+find_package(sqlite3 REQUIRED)
++find_package(sqlite3 CONFIG)
+target_link_libraries(SQLiteCpp PRIVATE sqlite3)
#if(sqlite3_VERSION VERSION_LESS "3.19")
# set_target_properties(SQLiteCpp PROPERTIES COMPILE_FLAGS "-DSQLITECPP_HAS_MEM_STRUCT")