Skip to content
  • Bill Hoffman's avatar
    Add SSL_VERIFYPEER and CAINFO file options to ExternalProject_Add. · c2664610
    Bill Hoffman authored
    This commit adds the ability to turn on and off ssl certificate
    authority checking.  It also adds the ability to specify a
    certificate authority information file.  This can be done
    by setting global cmake variables CMAKE_CURLOPT_CAINFO_FILE
    and or CMAKE_CURLOPT_SSL_VERIFYPEER in the project calling
    ExternalProject_Add, or by passing those options to individual
    ExternalProject_Add calls.
    c2664610