From b38b4715735f2369e1f404dbea3e151c29c964c4 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Tue, 22 Aug 2017 11:59:15 -0700 Subject: [sophus] PREFER_NINJA --- ports/sophus/CONTROL | 2 +- ports/sophus/portfile.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/sophus/CONTROL b/ports/sophus/CONTROL index 24c8a482b..8214c4e7e 100644 --- a/ports/sophus/CONTROL +++ b/ports/sophus/CONTROL @@ -1,4 +1,4 @@ Source: sophus Version: 1.0.0 -Build-Depends:eigen3, ceres +Build-Depends: eigen3, ceres Description: Lie group library for C++ diff --git a/ports/sophus/portfile.cmake b/ports/sophus/portfile.cmake index dba573c54..9a45e62b8 100644 --- a/ports/sophus/portfile.cmake +++ b/ports/sophus/portfile.cmake @@ -10,6 +10,7 @@ vcpkg_from_github( vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + PREFER_NINJA ) vcpkg_install_cmake() -- cgit v1.2.3