forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[colmap] Re-enable pipeline test on OSX (microsoft#23554)
* [colmap] Re-enable pipeline test on OSX * version * cleanup baseline
- Loading branch information
Showing
6 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
8 changes: 6 additions & 2 deletions
8
ports/colmap/fix-dependency-freeimage.patch → ports/colmap/fix-dependencies.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index b05097c..cdd8ca4 100644 | ||
index 4759a94..3d25164 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -96,7 +96,8 @@ find_package(Boost REQUIRED COMPONENTS | ||
@@ -98,9 +98,11 @@ find_package(Boost REQUIRED COMPONENTS | ||
|
||
find_package(Eigen3 REQUIRED) | ||
|
||
-find_package(FreeImage REQUIRED) | ||
+find_package(freeimage CONFIG REQUIRED) | ||
+set(FREEIMAGE_LIBRARIES freeimage::FreeImage) | ||
|
||
-find_package(Metis REQUIRED) | ||
+find_package(metis CONFIG REQUIRED) | ||
+set(METIS_LIBRARIES metis) | ||
|
||
find_package(Glog REQUIRED) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters