Skip to content
  • Brad King's avatar
    curl: Configure build to work within CMake · 19593042
    Brad King authored
    Set curl build options as needed for CMake rather than presenting them
    to the user in the cache.  Drop the CMAKE_BUILD_CURL_SHARED option for
    now.
    
    Change the curl library name to 'cmcurl'.  Disable blocks of code within
    curl CMakeLists.txt files that we do not need for CMake, but leave the
    code in place to make merging with curl updates easier.
    19593042