[vcpkg] Reset to known-good build scripts#10864
[vcpkg] Reset to known-good build scripts#10864strega-nil wants to merge 2 commits intomicrosoft:masterfrom
Conversation
|
@timautry @Farwaykorse could you build these and see if these actually do fix your issue? |
|
I replaced the
|
|
@timautry this should actually work -.- I'm sorry, thanks for being my test case |
|
The latest change works... Yeah :) |
|
Cloned in a new directory; checked-out 54ec9b2 builds and links. |
|
@Farwaykorse, @timautry can you also try the following? git clone https://github.com/strega-nil/vcpkg
cd vcpkg
git checkout new-buildsystem
./boostrap-vcpkg.sh? |
|
I noticed the current HEAD of vcpkg CMake output Line 12 But when I run the functions in an other CMake project it shows: So I tried changing the CMake version in the Changing it back to v3.14.0, again resulted in it trying to use This seems like a CMake bug. |
ffac377 builds and links |
|
I created new instance vcpkg.devl from above instructions and it compiled and linked fine. |
|
The detection to use @timautry can you try if it works for your issue too? |
|
@Farwaykorse I think the issue with openSUSE is unrelated -- it looks like the issue was attempting to link with a G++ that was different from the compiler. |
|
@Farwaykorse - I still get a failed to link using the version you have provided using |
|
Superseded by #10867 |
Should fix #10847.