From a0721f1bea3c54a6340bb1302a35881428212f6e Mon Sep 17 00:00:00 2001 From: Victor Romero Date: Tue, 2 Apr 2019 17:30:53 -0700 Subject: [sqlitecpp] Find sqlite3 includes from vcpkg --- ports/sqlitecpp/0001-Find-external-sqlite3.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/sqlitecpp/0001-Find-external-sqlite3.patch') 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") -- cgit v1.2.3