# HG changeset patch # User Sebastien Decugis # Date 1369970375 -28800 # Node ID f1cadf58b86f68d2c7c36db6c5ea18fb8d241d0a # Parent 91b9783824968869c660bc033658f4295290a664 Avoid redundant messages diff -r 91b978382496 -r f1cadf58b86f cmake/Modules/FindMySQL.cmake --- a/cmake/Modules/FindMySQL.cmake Thu May 30 15:50:59 2013 +0800 +++ b/cmake/Modules/FindMySQL.cmake Fri May 31 11:19:35 2013 +0800 @@ -8,10 +8,10 @@ # MySQL_LIBRARIES - List of libraries when using MySQL. # MySQL_FOUND - True if MySQL found. -IF (MySQL_INCLUDE_DIR AND MySQL_LIBRARIES) +IF (MySQL_INCLUDE_DIR AND MySQL_LIBRARY) # Already in cache, be silent SET(MySQL_FIND_QUIETLY TRUE) -ENDIF (MySQL_INCLUDE_DIR AND MySQL_LIBRARIES) +ENDIF (MySQL_INCLUDE_DIR AND MySQL_LIBRARY) # Include dir FIND_PATH(MySQL_INCLUDE_DIR