пт, 21 сент. 2018 г. в 12:35, myLC--- via curl-library <[email protected]>: > > This is not installed on many systems. I managed to build > curl anyhow, by simple changing two lines: > > > cmake_minimum_required(VERSION 3.4 FATAL_ERROR) > => cmake_minimum_required(VERSION 3.2 FATAL_ERROR) > > list(APPEND CURL_LIBS OpenSSL::SSL OpenSSL::Crypto) > => list(APPEND CURL_LIBS ssl crypto) > > > Are you sure, this is worth the hassle? > Alternative: if/else for version <> 3.4 > (as the 'offender' is a SINGLE LINE) >
What system do you using? Why are you using CMake to build curl, if it not installed on many systems? If you managed to build curl from sources, what stops you from building CMake from source? ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
