diff options
| author | wangli28 <47812810+wangli28@users.noreply.github.com> | 2019-05-17 23:10:31 +0000 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-17 16:10:31 -0700 |
| commit | e54af5898622af1cf2fa0b54a2d870800c2a97df (patch) | |
| tree | b8710a5106d00be528efb20772b9af701e1c61e8 /ports/libodb | |
| parent | 2e51afcd65d49504cc75d6bf3e6c58bac749da60 (diff) | |
| download | vcpkg-e54af5898622af1cf2fa0b54a2d870800c2a97df.tar.gz vcpkg-e54af5898622af1cf2fa0b54a2d870800c2a97df.zip | |
[many ports]Remove double builds (#6472)
Diffstat (limited to 'ports/libodb')
| -rw-r--r-- | ports/libodb/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libodb/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/libodb/CONTROL b/ports/libodb/CONTROL index 28a9f85f4..9e963c89b 100644 --- a/ports/libodb/CONTROL +++ b/ports/libodb/CONTROL @@ -1,3 +1,3 @@ Source: libodb -Version: 2.4.0-3 +Version: 2.4.0-4 Description: ODB library, base runtime for the ODB ORM solution diff --git a/ports/libodb/portfile.cmake b/ports/libodb/portfile.cmake index 017979dc4..1ca5d4a1a 100644 --- a/ports/libodb/portfile.cmake +++ b/ports/libodb/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_libodbConfig-debug.cmake LIBODB_DEBUG_TARGETS) string(REPLACE "\${_IMPORT_PREFIX}" "\${_IMPORT_PREFIX}/debug" LIBODB_DEBUG_TARGETS "${LIBODB_DEBUG_TARGETS}") |
