1--- pyside-setup-everywhere-src-5.12.3/sources/pyside2/CMakeLists.txt~ 2019-06-15 19:07:48.368704430 +0200
2+++ pyside-setup-everywhere-src-5.12.3/sources/pyside2/CMakeLists.txt 2019-06-15 19:08:04.429489908 +0200
3@@ -219,7 +219,7 @@
4 # If the module was found, and also the module path is the same as the
5 # Qt5Core base path, we will generate the list with the modules to be installed
6 set(looked_in_message ". Looked in: ${${_name_dir}}")
7- if("${${_name_found}}" AND (("${found_basepath}" GREATER "0") OR ("${found_basepath}" EQUAL "0")))
8+ if("${${_name_found}}")
9 message(STATUS "${module_state} module ${name} found (${ARGN})${looked_in_message}")
10 # record the shortnames for the tests
11 list(APPEND all_module_shortnames ${shortname})