From 5c4c1024f7c6298eaca224bc3f29abafe47fefb5 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 1 Jul 2024 10:45:12 +0200 Subject: [PATCH] issue #8323 Incorrect link to https://github.com/norlab-ulaval/libpointmatcher/blob/master/doc/CompilationWindows.md Corrected link. --- Documentation/doc/Documentation/Third_party.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc/Documentation/Third_party.txt b/Documentation/doc/Documentation/Third_party.txt index 7a81f1e4fcb..d2eeb5d9b7e 100644 --- a/Documentation/doc/Documentation/Third_party.txt +++ b/Documentation/doc/Documentation/Third_party.txt @@ -153,7 +153,7 @@ executables should be linked with the CMake imported target The \libpointmatcher web site is `https://github.com/ethz-asl/libpointmatcher`. \attention On Windows, we only support version 1.3.1 of PointMatcher with version 3.3.7 of Eigen, with some changes to the recipe at -`https://github.com/ethz-asl/libpointmatcher/blob/master/doc/CompilationWindows.md`:`NABO_INCLUDE_DIR` becomes `libnabo_INCLUDE_DIRS` +`https://github.com/ethz-asl/libpointmatcher/blob/master/doc/Compilation.md`:`NABO_INCLUDE_DIR` becomes `libnabo_INCLUDE_DIRS` and `NABO_LIBRARY` becomes `libnabo_LIBRARIES` in the "Build libpointmatcher" section.