-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
[SR-10494] FreeBSD Compile error #52894
Comments
@compnerd, does this look familiar? It kinda seems like someone thought CMake NOT was smarter than it actually is. |
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. |
Closing this since the above comment indicates it was fixed. |
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: