← Back to team overview

kicad-developers team mailing list archive

libcurl dependency

 

Hi folks,

 While attempting to build on Windows with -DBUILD_GITHUB_PLUGIN=OFF
the build failed due to common/CMakeLists.txt (lines 18-20):

if( NOT APPLE )     # windows and linux use openssl under curl
    find_package( OpenSSL REQUIRED )
endif()

Since I know nothing of the github plugin code and the usage of curl
within kicad, I thought I'd ask if that block should be qualified by the
BUILD_GITHUB_PLUGIN option or of there's some mysterious
reason why it must be there even when the GITHUB plugin is not
built.

- Cirilo


Follow ups