aboutsummaryrefslogtreecommitdiff
path: root/ports/libodb-sqlite
diff options
context:
space:
mode:
authorAndrei Lebedev <lebdron@gmail.com>2019-05-19 14:41:03 +0300
committerAndrei Lebedev <lebdron@gmail.com>2019-05-19 14:41:03 +0300
commitb395438c791ca9f78e383a1d571525eee785e67c (patch)
tree4aaba68a88a95633f77e944a36081441b3daef6a /ports/libodb-sqlite
parent5495513ef45eb97d8453d15007714f1b4d3391f9 (diff)
parent030e74940cc40db2415700e87e3b2c8aeeee8108 (diff)
downloadvcpkg-b395438c791ca9f78e383a1d571525eee785e67c.tar.gz
vcpkg-b395438c791ca9f78e383a1d571525eee785e67c.zip
Merge branch 'master' into openssl-unix-dynamic
Diffstat (limited to 'ports/libodb-sqlite')
-rw-r--r--ports/libodb-sqlite/CONTROL2
-rw-r--r--ports/libodb-sqlite/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/libodb-sqlite/CONTROL b/ports/libodb-sqlite/CONTROL
index 6a98869bd..e523de989 100644
--- a/ports/libodb-sqlite/CONTROL
+++ b/ports/libodb-sqlite/CONTROL
@@ -1,4 +1,4 @@
Source: libodb-sqlite
-Version: 2.4.0-2
+Version: 2.4.0-3
Description: Sqlite support for the ODB ORM library
Build-Depends: libodb, sqlite3
diff --git a/ports/libodb-sqlite/portfile.cmake b/ports/libodb-sqlite/portfile.cmake
index 143d32efb..b301169a7 100644
--- a/ports/libodb-sqlite/portfile.cmake
+++ b/ports/libodb-sqlite/portfile.cmake
@@ -25,7 +25,7 @@ vcpkg_configure_cmake(
OPTIONS_DEBUG
-DLIBODB_INSTALL_HEADERS=OFF
)
-vcpkg_build_cmake()
+
vcpkg_install_cmake()
file(READ ${CURRENT_PACKAGES_DIR}/debug/share/odb/odb_sqliteConfig-debug.cmake LIBODB_DEBUG_TARGETS)