FindQAD.cmake
This commit is contained in:
@@ -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
|
cmake_policy(SET CMP0020 NEW) # Automatically link Qt executables to qtmain target on Windows
|
||||||
if(NOT SOME_QT_FOUND)
|
if(NOT SOME_QT_FOUND)
|
||||||
message(WARNING "No qt found, please install qt")
|
message(WARNING "No qt found, please install qt")
|
||||||
|
set(QAD_FOUND OFF CACHE BOOL "")
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
if(NOT BUILDING_qad)
|
if(NOT BUILDING_qad)
|
||||||
|
|||||||
Reference in New Issue
Block a user