This commit is contained in:
2020-09-14 17:11:46 +03:00
parent 19e3b73a85
commit 55d8e3eec9

View File

@@ -18,7 +18,7 @@ These targets include directories and dependencies
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 _QT_VERSIONS_)
if(NOT SOME_QT_FOUND)
message(WARNING "No qt found, please install qt")
return()
endif()