Skip to content

Add option to turn off https support to solve CMake SSL woes

Dave Moxey requested to merge dmoxey/nektar:fix/cmake-ssl into master

This MR adds a THIRDPARTY_USE_SSL option to enable/disable HTTPS support and fix #22 (closed), since some versions of CMake (including compute nodes and cx2 at least) are not compiled with SSL support, causing obtuse failures. The default is set to off to allow the greater range of systems to work out of the box.

Merge request reports