File: 0003-Using-system-nanoflann.patch

package info (click to toggle)
alicevision 3.3.0%2Brepack-3
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 33,932 kB
  • sloc: cpp: 145,449; python: 14,170; ansic: 7,937; modula3: 6,893; sh: 163; makefile: 66
file content (28 lines) | stat: -rw-r--r-- 872 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Dima Kogan <Dmitriy.Kogan@jpl.nasa.gov>
Date: Sun, 1 Oct 2023 10:37:20 -0700
Subject: Using system nanoflann

---
 src/CMakeLists.txt                     | 8 --------
 src/aliceVision/fuseCut/CMakeLists.txt | 1 -
 src/dependencies/CMakeLists.txt        | 6 ------
 3 files changed, 15 deletions(-)

diff --git a/src/aliceVision/fuseCut/CMakeLists.txt b/src/aliceVision/fuseCut/CMakeLists.txt
index 1b7f39c..aff6f80 100644
--- a/src/aliceVision/fuseCut/CMakeLists.txt
+++ b/src/aliceVision/fuseCut/CMakeLists.txt
@@ -33,13 +33,12 @@ alicevision_add_library(aliceVision_fuseCut
         aliceVision_sfmData
         aliceVision_system
         Geogram::geogram
         Boost::graph
         Boost::container
     PRIVATE_LINKS
-        nanoflann::nanoflann
         Boost::boost
         Boost::json
 )
 
 # Unit tests
 alicevision_add_test(DelaunayGraphCut_test.cpp