We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attachment: Download
FreeBSD
md5: d0f7dafc62d440b9cad3ddc8573defb9
Issue Description:
I've git cloned all the repos from the WindowsBuild.md and ran the
The text was updated successfully, but these errors were encountered:
@compnerd, does this look familiar? It kinda seems like someone thought CMake NOT was smarter than it actually is.
Sorry, something went wrong.
Shouldnt it be
if(NOT CMAKE_HOST_SYSTEM_NAME STREQUAL FreeBSD)
instead of
if(CMAKE_HOST_SYSTEM_NAME NOT STREQUAL FreeBSD)
Yeah, I think so. If none of us contributors have access to a FreeBSD system, we could just speculatively change it from the obviously wrong thing.
Comment by Bastian Inuk Christensen (JIRA)
@belkadan where can I find which line it is? then I could maybe test this out?
From the error message:
CMake Error at cmake/modules/SwiftConfigureSDK.cmake:219
Fixed in #61661.
No branches or pull requests
Attachment: Download
Environment
FreeBSD
Additional Detail from JIRA
md5: d0f7dafc62d440b9cad3ddc8573defb9
Issue Description:
I've git cloned all the repos from the WindowsBuild.md and ran the
The text was updated successfully, but these errors were encountered: