This commit is contained in:
Ian Scott 2002-09-02 16:59:47 -04:00
parent f5ea46bbc5
commit c5d31d32e2
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# QT_DEFINITIONS, definitions to use when compiling code that uses Qt.
# QT_WRAP_CPP, If false, don't use QT_WRAP_CPP command.
# QT_WRAP_UI, If false, don't use QT_WRAP_UI command.
# QT_FOUND, If false, do try to use Qt.
# QT_FOUND, If false, don't try to use Qt.
# also defined, but not for general use are
# QT_MOC_EXECUTABLE, where to find the moc tool.

View File

@ -19,10 +19,10 @@ FIND_LIBRARY(TIFF_LIBRARY tiff
/usr/local/lib
)
IF(NATIVE_TIFF_INCLUDE_PATH)
IF(NATIVE_TIFF_LIBRARY)
IF(TIFF_INCLUDE_DIR)
IF(TIFF_LIBRARY)
SET( TIFF_FOUND "YES" )
SET( TIFF_LIBRARIES ${TIFF_LIBRARY} )
ENDIF(NATIVE_TIFF_LIBRARY)
ENDIF(NATIVE_TIFF_INCLUDE_PATH)
ENDIF(TIFF_LIBRARY)
ENDIF(TIFF_INCLUDE_DIR)