Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
None
-
None
Description
I'm getting lots of these when building PySide2 wheels:
CMake Warning at cmake/Macros/FindQt5Extra.cmake:7 (find_package): By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Multimedia", but CMake did not find one. Could not find a package configuration file provided by "Qt5Multimedia" with any of the following names: Qt5MultimediaConfig.cmake qt5multimedia-config.cmake Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set "Qt5Multimedia_DIR" to a directory containing one of the above files. If "Qt5Multimedia" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:72 (include)
This is on Ubuntu 16.04. Here's the full build job log from Travis-CI: https://travis-ci.org/fredrikaverpil/pyside2-wheels/jobs/153494407#L2433-L2776
Any idea why this is happening and if it would cause malfunctioning wheels, or wheels lacking certain functionality?