-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
What is the magic behind vcpkg_test_cmake()? #5249
Comments
And if I try with no call to
|
https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_test_cmake.cmake You can take a glance at |
I also tried to decode that but no way. I think found the issue. My project
produces exes and that is the reason why it fails the consistency check,
but the error message is completely uninformative about it. The only thing
one sees is that all build correctly but the install fails for an obscure
reason.
…On Wed, Jan 30, 2019 at 10:07 AM myd7349 ***@***.***> wrote:
https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_test_cmake.cmake
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5249 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAgy6TTOrlwOMcm9qYXEo9o8K5QEsnEuks5vIW7SgaJpZM4aWqS->
.
|
This should be fixed in #5574. |
vcpkg_test_cmake disabled now, and the error message friendly informed user to remove .exe or debug/include etc. Related to https://github.com/microsoft/vcpkg/blob/master/docs/examples/packaging-zipfiles.md |
I am trying to write a portfile to a new package. Managed to make it build but can't pass the
vcpkg_test_cmake(PACKAGE_NAME GMT MODULE)
step. No matter what I tryThe text was updated successfully, but these errors were encountered: