FindQAD.cmake

This commit is contained in:
2020-09-14 17:18:04 +03:00
parent 55d8e3eec9
commit 4aab13cfaf

View File

@@ -20,6 +20,7 @@ cmake_policy(SET CMP0011 NEW) # don`t affect includer policies
cmake_policy(SET CMP0020 NEW) # Automatically link Qt executables to qtmain target on Windows
if(NOT SOME_QT_FOUND)
message(WARNING "No qt found, please install qt")
set(QAD_FOUND OFF CACHE BOOL "")
return()
endif()
if(NOT BUILDING_qad)