+ fix error message in PySide check macro

This commit is contained in:
wmayer 2015-10-10 10:08:24 +02:00
parent 9aa5f7b3a5
commit 716130c39e

View File

@ -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.")