forked from libimobiledevice-win32/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sqlitecpp] Fix dependency port (microsoft#13108)
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Source: sqlitecpp | ||
Version: 3.0.0 | ||
Port-Version: 1 | ||
Port-Version: 2 | ||
Build-Depends: sqlite3 | ||
Homepage: https://github.com/SRombauts/SQLiteCpp | ||
Description: SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters