Skip to content

Commit

Permalink
+ fix error message in PySide check macro
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Oct 10, 2015
1 parent 9aa5f7b commit 716130c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cMake/FindPySideTools.cmake
Expand Up @@ -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.")
Expand Down

0 comments on commit 716130c

Please sign in to comment.