fix CMake missing COMPONENTS keyword in find_package Qt (#4413)
same as https://github.com/colmap/colmap/pull/4412 but to the main
branch.
Better merge this one and cherry-pick it to the release branches.
Commit
https://github.com/colmap/colmap/commit/1625d9e8c97aa8beef0df0c00430c1c3d79190ab
accidentally deleted the required COMPONENTS keyword from
`cmake/FindDependencies.cmake`
when searching for Qt.
`find_package(Qt${QT_VERSION_MAJOR} ${COLMAP_FIND_TYPE} COMPONENTS
${COLMAP_QT_COMPONENTS})` G
Gábor Sörös committed
dec2ec4b4daa53f51cbe0d25edb28bcd2c164718
Parent: 412cbc6
Committed by GitHub <noreply@github.com>
on 5/18/2026, 7:33:59 PM