CMP0084-OLD.cmake 165 B

1234567
  1. cmake_policy(SET CMP0084 OLD)
  2. set(_findqt_testing TRUE)
  3. find_package(Qt MODULE)
  4. if(NOT _findqt_included)
  5. message(FATAL_ERROR "FindQt.cmake not included")
  6. endif()