properly report Shiboken and PySide if found
The patch fixes a small issue, with the PrintFinalReport macro, where Shiboken and PySide where not properly reported. Closes: https://github.com/FreeCAD/FreeCAD/issues/8573 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
This commit is contained in:
committed by
Chris Hennes
parent
028101d869
commit
453f49235c
@@ -148,8 +148,8 @@ macro(PrintFinalReport)
|
||||
else()
|
||||
simple(QtWebKitWidgets "not needed")
|
||||
endif()
|
||||
conditional(Shiboken Shiboken_FOUND "not found" "${SHIBOKEN_VERSION} Base: [${SHIBOKEN_BASEDIR}]")
|
||||
conditional(PySide PySide_FOUND "not found" "${PYSIDE_VERSION} [${PYSIDE_INCLUDE_DIR}]")
|
||||
conditional(Shiboken Shiboken${SHIBOKEN_MAJOR_VERSION}_FOUND "not found" "${Shiboken_VERSION} [${SHIBOKEN_INCLUDE_DIR}]")
|
||||
conditional(PySide PySide${PYSIDE_MAJOR_VERSION}_FOUND "not found" "${PySide_VERSION} [${PYSIDE_INCLUDE_DIR}]")
|
||||
conditional(PySideTools PYSIDE_TOOLS_FOUND
|
||||
"not found"
|
||||
"v: ${PySideTools_VERSION} uic: [${PYSIDE_UIC_EXECUTABLE}] rcc: [${PYSIDE_RCC_EXECUTABLE}]"
|
||||
|
||||
Reference in New Issue
Block a user