-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Remove deprecated symbols checks as it is past November 25, 2022. #10314
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore commit 40ae104, updated wrong branch, sorry. |
CMakeLists.txt
Outdated
@@ -98,7 +98,7 @@ include_directories(${CURL_SOURCE_DIR}/include) | |||
|
|||
option(CURL_WERROR "Turn compiler warnings into errors" OFF) | |||
option(PICKY_COMPILER "Enable picky compiler options" ON) | |||
option(BUILD_CURL_EXE "Set to ON to build curl executable." ON) | |||
option(BUILD_CURL_EXE "Set to ON to build curl executable." OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified wrong fork. See above comment, sorry
Did you close this by accident? Do you want us to remove the deprecated symbols? @jzakrzewski what do you think |
I think this removal is perfectly in order. Those options were only supported to give people some time to update their scripts. |
This reverts commit 40ae104.
I just updated my fork to remove the accidental change and now reflects the initial PR. Should be good for merge if you guys think so, thanks. |
Thanks |
curl stopped use of CMAKE_USE_ as a prefix for its own build symbols in 2021 and added a check, meant to last 1 year, to fatally error on those symbols. This commit removes that check. Closes curl#10314
As stated in the CMakeLists.txt, the deprecated symbols checks in CMakeLists.txt should be removed after November 25th 2022.