forked from nasa/astrobee
-
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.
- Loading branch information
1 parent
907c752
commit 70ae1c2
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/src/cmakeFindModules/OpenMVGConfig.cmake.in b/src/cmakeFindModules/OpenMVGConfig.cmake.in | ||
index 01d4df98..64a4739d 100644 | ||
--- a/src/cmakeFindModules/OpenMVGConfig.cmake.in | ||
+++ b/src/cmakeFindModules/OpenMVGConfig.cmake.in | ||
@@ -42,7 +42,7 @@ MACRO(OPENMVG_REPORT_NOT_FOUND REASON_MSG) | ||
# FindPackage() use the camelcase library name, not uppercase. | ||
IF (OPENMVG_FIND_QUIETLY) | ||
MESSAGE(STATUS "Failed to find OPENMVG - " ${REASON_MSG} ${ARGN}) | ||
- ELSE (OPENMVG_FIND_REQUIRED) | ||
+ ELSEIF (OPENMVG_FIND_REQUIRED) | ||
MESSAGE(FATAL_ERROR "Failed to find OPENMVG - " ${REASON_MSG} ${ARGN}) | ||
ELSE() | ||
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error |
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ shared_libraries.patch | |
shared_internal_libs.patch | ||
find_quiet.patch | ||
no_infty_computer_vision.patch | ||
fix_cmake.patch |