diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-12-19 16:01:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-19 16:01:58 -0800 |
| commit | f381823f70cab2d6f4ced32429fd3238b003d622 (patch) | |
| tree | 077ea03cd27787d528558bde830369a388b9ab68 /ports/libkml | |
| parent | 9ed81627e7feb28bea6432581cf25730a9f145be (diff) | |
| parent | b79395c4adf076dc57db2f7c1b0c38db4cc94f72 (diff) | |
| download | vcpkg-f381823f70cab2d6f4ced32429fd3238b003d622.tar.gz vcpkg-f381823f70cab2d6f4ced32429fd3238b003d622.zip | |
Merge pull request #2269 from Microsoft/boost-modular
[boost] Modularize and update to 1.66
Diffstat (limited to 'ports/libkml')
| -rw-r--r-- | ports/libkml/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libkml/portfile.cmake | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/libkml/CONTROL b/ports/libkml/CONTROL index bc054e036..b5ea568c7 100644 --- a/ports/libkml/CONTROL +++ b/ports/libkml/CONTROL @@ -1,4 +1,4 @@ Source: libkml -Version: 1.3.0-1 +Version: 1.3.0-2 Description: Reference implementation of OGC KML 2.2 -Build-Depends: zlib, boost, expat, minizip, uriparser +Build-Depends: zlib, expat, minizip, uriparser, boost-smart-ptr diff --git a/ports/libkml/portfile.cmake b/ports/libkml/portfile.cmake index cb07e271f..b2e846d3c 100644 --- a/ports/libkml/portfile.cmake +++ b/ports/libkml/portfile.cmake @@ -13,6 +13,7 @@ vcpkg_apply_patches( "${CMAKE_CURRENT_LIST_DIR}/patch_empty_literal_on_vc.patch" ) +file(REMOVE ${SOURCE_PATH}/cmake/External_boost.cmake) vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} |
