diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-04-17 15:18:09 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-19 10:40:06 -0700 |
| commit | 751015f6a44d6f89ca71ac63d7c5cab83cf531c0 (patch) | |
| tree | ff54424ff62e0bf740810b37543176585fd61f34 /ports/cartographer | |
| parent | fb0c047b4d78c3150d16e401f0714475a02009b5 (diff) | |
| download | vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.tar.gz vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.zip | |
[boost] Update to 1.67
Diffstat (limited to 'ports/cartographer')
| -rw-r--r-- | ports/cartographer/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cartographer/portfile.cmake | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/cartographer/CONTROL b/ports/cartographer/CONTROL index 8439ea8e6..88f0dc6b7 100644 --- a/ports/cartographer/CONTROL +++ b/ports/cartographer/CONTROL @@ -1,4 +1,4 @@ Source: cartographer -Version: 0.3.0-3 +Version: 0.3.0-4 Build-Depends: ceres[eigensparse], gflags, glog, lua, cairo, boost-iostreams, gtest, protobuf Description: Google 2D & 3D SLAM package diff --git a/ports/cartographer/portfile.cmake b/ports/cartographer/portfile.cmake index 49ca1b4b2..75f28a015 100644 --- a/ports/cartographer/portfile.cmake +++ b/ports/cartographer/portfile.cmake @@ -16,7 +16,8 @@ vcpkg_apply_patches( vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} - OPTIONS + PREFER_NINJA + OPTIONS -DGFLAGS_PREFER_EXPORTED_GFLAGS_CMAKE_CONFIGURATION=OFF -DGLOG_PREFER_EXPORTED_GLOG_CMAKE_CONFIGURATION=OFF -Dgtest_disable_pthreads=ON @@ -27,7 +28,7 @@ vcpkg_configure_cmake( ) vcpkg_install_cmake() - +vcpkg_fixup_cmake_targets(CONFIG_PATH share/cartographer) vcpkg_copy_pdbs() # Clean |
