-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[openmvg] Fix linux build #43117
base: master
Are you sure you want to change the base?
[openmvg] Fix linux build #43117
Conversation
@@ -832,7 +832,6 @@ openmesh:x64-uwp=fail | |||
openmpi:arm-neon-android=fail | |||
openmpi:arm64-android=fail | |||
openmpi:x64-android=fail | |||
openmvg:x64-linux=fail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This record is added in #32014 (comment)
Either coin-or-clp or coin-or-osi or coinutils can be built on linux now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This record is added in #32014 (comment) Either coin-or-clp or coin-or-osi or coinutils can be built on linux now.
The coin stuff was unblocked at that time, so the openmvg problem was no longer hidden by a cascade. It might have been investigated at that time.
endif() | ||
|
||
vcpkg_cmake_config_fixup() | ||
vcpkg_cmake_config_fixup(PACKAGE_NAME openMVG CONFIG_PATH lib/openMVG/cmake) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vcpkg_cmake_config_fixup(PACKAGE_NAME openMVG CONFIG_PATH lib/openMVG/cmake) | |
vcpkg_cmake_config_fixup(CONFIG_PATH lib/openMVG/cmake) |
PACKAGE_NAME only affects the chosen directory name. CMake is case-insensitive with regard to the directory name. We want the config to live in the lower-case directory openmvg
which matches the port name. This is also the default PACKAGE_NAME.
Fixes #43106
./vcpkg x-add-version --all
and committing the result.