[vcpkg_fixup_cmake_targets] Fix up OSX system development path#16706
Closed
JackBoosY wants to merge 24 commits intomicrosoft:masterfrom
Closed
[vcpkg_fixup_cmake_targets] Fix up OSX system development path#16706JackBoosY wants to merge 24 commits intomicrosoft:masterfrom
JackBoosY wants to merge 24 commits intomicrosoft:masterfrom
Conversation
Contributor
Author
|
@davidebeatrici Can you please test this PR? Thanks. |
strega-nil
reviewed
Mar 15, 2021
Contributor
|
Sorry for the delay. The issue was fixed for set_target_properties(unofficial::angle::angle_gpu_info_util PROPERTIES
INTERFACE_LINK_LIBRARIES "/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/IOKit.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreFoundation.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework;\$<LINK_ONLY:unofficial::angle::angle_common>"
) |
JackBoosY
commented
Mar 18, 2021
JackBoosY
commented
Mar 21, 2021
Contributor
Author
|
@davidebeatrici Should be good now. |
Contributor
Author
|
Need wait for #16837 merge first. |
Contributor
|
I confirm it's fixed. |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Apr 6, 2021
Contributor
Author
|
paraview:x64-osx:
|
JackBoosY
commented
Apr 14, 2021
JackBoosY
commented
Apr 16, 2021
dg0yt
reviewed
May 11, 2021
Fix exported osx framework config
Contributor
Author
Should fix this first. |
Contributor
Author
|
@strega-nil-ms Which rollup will contains this PR's changes? |
Contributor
|
@JackBoosY oops, it's gotta be marked or I'll miss; marking now. |
Contributor
|
Closed for rollup #19469. |
strega-nil-ms
pushed a commit
to strega-nil/vcpkg
that referenced
this pull request
Aug 11, 2021
[vcpkg_fixup_cmake_targets] Fix up OSX system development path
strega-nil-ms
added a commit
that referenced
this pull request
Aug 16, 2021
* [rollup:2021-08-09] PR #16706 (@JackBoosY) [vcpkg_fixup_cmake_targets] Fix up OSX system development path * [rollup:2021-08-09] PR #19238 (@strega-nil) [scripts-audit] vcpkg_download_distfile * [rollup:2021-08-09] PR #19239 (@strega-nil) [scripts-audit] vcpkg_find_fortran * [rollup:2021-08-09] PR #19338 (@strega-nil) [tinyfiledialogs] Fix for good * [rollup:2021-08-09] PR #19348 (@strega-nil) [scripts-audit] vcpkg_fixup_pkgconfig * fix ports.cmake with newer vcpkg_download_distfile * fix vcpkg create * move vcpkg_common_definitions down so that it's not incorrect * fix vcpkg_internal_get_cmake_vars Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In OSX, some cmake configuration files contain the absolute path of the system development kits, such as:
And they should be:
Fix this.
Fixes #16259.