Page MenuHomePhabricator

Make (python) wrapping optional
Closed, ResolvedPublic

Description

Currently the Wrapping directory is parsed without any check and find_package(SWIG) is in REQUIRED mode. I'll change this to a less strict mode, check if SWIG was found and if it wasn't, ignore the Wrapping stuff. I'll also set the WRAP_DEFAULT to OFF.