Remove custom FindPySide2.cmake, rely on normal packaging

* It seems PySide2 packaging is much more stable now, so we can generally rely
  on the distro packages.
This commit is contained in:
baldurk
2020-08-28 14:39:26 +01:00
parent 285c4b95df
commit 716c72f399
3 changed files with 22 additions and 37 deletions
@@ -40,7 +40,6 @@
// warning C4522: 'Shiboken::AutoDecRef': multiple assignment operators specified
#pragma warning(disable : 4522)
#include <pyside.h>
#include <pyside2_qtwidgets_python.h>
#include <shiboken.h>
PyTypeObject **SbkPySide2_QtCoreTypes = NULL;