+ fix error message in PySide check macro
This commit is contained in:
parent
9aa5f7b3a5
commit
716130c39e
|
@ -85,7 +85,7 @@ if(PYSIDERCC4BINARY AND PYSIDEUIC4BINARY)
|
|||
endif (NOT PySideTools_FIND_QUIETLY)
|
||||
else(PYSIDERCC4BINARY AND PYSIDEUIC4BINARY)
|
||||
if(PySideTools_FIND_REQUIRED)
|
||||
message(FATAL_ERROR "PySideTools could not be not found, but are required.")
|
||||
message(FATAL_ERROR "PySideTools could not be found, but are required.")
|
||||
else(PySideTools_FIND_REQUIRED)
|
||||
if (NOT PySideTools_FIND_QUIETLY)
|
||||
message(STATUS "PySideTools: not found.")
|
||||
|
|
Loading…
Reference in New Issue
Block a user