-
Notifications
You must be signed in to change notification settings - Fork 5
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
Missing handling for OBJCXXFLAGS ? #260
Comments
The current bitcoin/depends/toolchain.cmake.in Lines 59 to 70 in d58a3c0
EDIT: Removed the wrong statement. |
Not sure what you mean. It's our code using the deprecated functions, not Qt. |
Lines 124 to 127 in d58a3c0
You're right. Please ignore my wrong statement in the previous #260 (comment). |
Also, is |
Fixed in #265. |
cc78394 [FIXUP] cmake: Add missed `OBJC_OLD_DISPATCH_PROTOTYPES=0` (Hennadii Stepanov) Pull request description: This PR addresses #260 (comment). Top commit has no ACKs. Tree-SHA512: 4a45f11e3dd1f35178ac8f94016130fb67e45d1b45e127bec92b1fb454cb832163fda065e291aebc55a22b67b4b1a34de3c878c5585f009e1c474af127f66079
I think this is fixed now. |
We have code for deplicating/handling
CMAKE_C_FLAGS
/CMAKE_CXX_FLAGS
/CMAKE_EXE_LINKER_FLAGS
, but I can't see it forOBJCXXFLAGS
? Is this not needed, or just missing?Note that on master we also have
OBJCXXFLAGS="$CXXFLAGS -Wno-deprecated-declarations"
for silencing deprecations (in our own code), but don't see the equivalent in CMake?The text was updated successfully, but these errors were encountered: