aboutsummaryrefslogtreecommitdiff
path: root/ports/sophus
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sophus')
-rw-r--r--ports/sophus/CONTROL3
-rw-r--r--ports/sophus/portfile.cmake2
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/sophus/CONTROL b/ports/sophus/CONTROL
index e6cf512f2..d3c81de77 100644
--- a/ports/sophus/CONTROL
+++ b/ports/sophus/CONTROL
@@ -1,4 +1,5 @@
Source: sophus
-Version: 1.0.0-3
+Version: 1.0.0-6
Build-Depends: eigen3, ceres, suitesparse
+Homepage: https://github.com/strasdat/Sophus
Description: Lie group library for C++
diff --git a/ports/sophus/portfile.cmake b/ports/sophus/portfile.cmake
index f33260c4d..c7480b904 100644
--- a/ports/sophus/portfile.cmake
+++ b/ports/sophus/portfile.cmake
@@ -16,7 +16,7 @@ vcpkg_configure_cmake(
)
vcpkg_install_cmake()
-vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/Sophus")
+vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Sophus)
vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)