diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-17 04:46:38 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-20 21:49:53 -0700 |
| commit | d5e433f03bf5220ef075489c18f5d1522fda1a4d (patch) | |
| tree | 6c2d2d5dd8877ec68e5f90570037d0feee4399d6 /ports/pangomm | |
| parent | 0170cdf5abc7719e7819613dfa2263510efd45c3 (diff) | |
| download | vcpkg-d5e433f03bf5220ef075489c18f5d1522fda1a4d.tar.gz vcpkg-d5e433f03bf5220ef075489c18f5d1522fda1a4d.zip | |
[vcpkg-build-msbuild] Add option to use vcpkg's integration. Fixes #891. Fixes #828.
Diffstat (limited to 'ports/pangomm')
| -rw-r--r-- | ports/pangomm/portfile.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/pangomm/portfile.cmake b/ports/pangomm/portfile.cmake index ad350f638..e3409fe15 100644 --- a/ports/pangomm/portfile.cmake +++ b/ports/pangomm/portfile.cmake @@ -34,8 +34,7 @@ vcpkg_build_msbuild( PROJECT_PATH ${SOURCE_PATH}/MSVC_Net2013/pangomm.sln TARGET pangomm PLATFORM ${VS_PLATFORM} - # Need this for it to pick up xerces-c port: https://github.com/Microsoft/vcpkg/issues/891 - OPTIONS /p:ForceImportBeforeCppTargets=${VCPKG_ROOT_DIR}/scripts/buildsystems/msbuild/vcpkg.targets + USE_VCPKG_INTEGRATION ) # Handle headers |
