mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:42:19 +08:00
12 lines
326 B
Diff
12 lines
326 B
Diff
diff --git a/cmake/SQLiteCppConfig.cmake.in b/cmake/SQLiteCppConfig.cmake.in
|
|
index 82c32db..a485ad8 100644
|
|
--- a/cmake/SQLiteCppConfig.cmake.in
|
|
+++ b/cmake/SQLiteCppConfig.cmake.in
|
|
@@ -1,5 +1,5 @@
|
|
include(CMakeFindDependencyMacro)
|
|
-find_dependency(SQLite3)
|
|
+find_dependency(unofficial-sqlite3)
|
|
|
|
@PACKAGE_INIT@
|
|
|