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
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp