mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
Fix Bugs
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user