diff options
| -rw-r--r-- | ports/sophus/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sophus/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
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() |
