Skip to content

cmake: Backport to work with CMake 3.0 again#3055

Merged
snikulov merged 1 commit intocurl:masterfrom
snikulov:cmake_version_fix
Sep 28, 2018
Merged

cmake: Backport to work with CMake 3.0 again#3055
snikulov merged 1 commit intocurl:masterfrom
snikulov:cmake_version_fix

Conversation

@snikulov
Copy link
Copy Markdown
Contributor

Changes in commit 7867aaa (cmake: link curl to the OpenSSL targets
instead of lib absolute paths, 2018-07-17) and commit f826b4c (cmake:
bumped minimum version to 3.4, 2018-07-19) required CMake 3.4 to fix
issue #2746. This broke support for users on older versions of CMake
even if they just want to build curl and do not care whether transitive
dependencies work.

Backport the logic to work with CMake 3.0 again by implementing the
fix only when the version of CMake is at least 3.4.

Changes in commit 7867aaa (cmake: link curl to the OpenSSL targets
instead of lib absolute paths, 2018-07-17) and commit f826b4c (cmake:
bumped minimum version to 3.4, 2018-07-19) required CMake 3.4 to fix
issue curl#2746.  This broke support for users on older versions of CMake
even if they just want to build curl and do not care whether transitive
dependencies work.

Backport the logic to work with CMake 3.0 again by implementing the
fix only when the version of CMake is at least 3.4.
@snikulov snikulov added the cmake label Sep 28, 2018
@snikulov snikulov merged commit 518ed51 into curl:master Sep 28, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Dec 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

4 participants