palimaka created this revision. Restricted Application added a project: Frameworks.
REVISION SUMMARY When passed -DBUILD_TESTING=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Multimedia=ON, CMake failed because find_package(Qt5 COMPONENTS MULTIMEDIA) was treated as required due to the previous find_package(Qt5 REQUIRED COMPONENTS Xml) call. Finding Qt5Multimedia directly via its own config file ensures that it really is treated as optional. TEST PLAN Configures and builds both with and without Qt5Multimedia enabled. REPOSITORY R286 KFileMetaData BRANCH master REVISION DETAIL https://phabricator.kde.org/D6366 AFFECTED FILES CMakeLists.txt To: palimaka, #frameworks Cc: #frameworks