On 09/21/2018 10:13 AM, myLC--- via curl-library wrote:
> Many people are still running Ubuntu 14 LTS or similar "stable
> releases" (especially in the server area). They will run into
> problems, because of those two lines. Not all of them will be
> able/bother to fix it.
[snip]
> All it takes for you to defuse this problem, is an if/else around
> the incriminating line. Then it should build with cmake 3.2 (Ubuntu
> 14 LTS) again.

Yes, that's the approach I suggested as an alternative to bumping
the minimum requirement:

  https://github.com/curl/curl/issues/2746#issuecomment-405897363

The use of OpenSSL::* imported targets can be conditioned
on `if(NOT CMAKE_VERSION VERSION_LESS 3.4)`.

-Brad
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to