CMP0084-WARN.cmake 135 B

123456
  1. set(_findqt_testing TRUE)
  2. find_package(Qt MODULE)
  3. if(NOT _findqt_included)
  4. message(FATAL_ERROR "FindQt.cmake not included")
  5. endif()