-
Notifications
You must be signed in to change notification settings - Fork 993
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
Necessary cases for tools.apple:sdk_path #14242
Comments
Hi @sfackler We'd love to know a bit more about those failures. We are trying to determine better when the |
Unfortunately I can't seem to find any of the build logs from before I started setting the sdk path conf :( |
I made a super basic test_package that just compiles a C hello world program with CMake. It builds fine with
I believe if the |
Seems like this comment is relevant for that: conan/conan/tools/cmake/toolchain/blocks.py Lines 303 to 305 in 5a10900
|
On a semi-related note, I do need to explicitly set
tools.apple:sdk_path
for some CMake logic to work properly - would it be worth it to have the CMakeToolchain tool query XCRun for the SDK path if it's not explicitly configured?Originally posted by @sfackler in #14195 (comment)
The text was updated successfully, but these errors were encountered: