As a very ugly work-around, this works:
cmake <options>
cmake -DCMAKE_FIND_ROOT_PATH=/snap/kde-frameworks-5-99-qt-5-15-7-core20-sdk/current .
The first cmake will find everything except for Qt. The second finds Qt, but does not change the already found locations …