Navigation


Changeset 1158:f1cadf58b86f in freeDiameter for cmake/Modules/FindMySQL.cmake


Ignore:
Timestamp:
May 31, 2013, 12:19:35 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Avoid redundant messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmake/Modules/FindMySQL.cmake

    r886 r1158  
    99#  MySQL_FOUND       - True if MySQL found.
    1010
    11 IF (MySQL_INCLUDE_DIR AND MySQL_LIBRARIES)
     11IF (MySQL_INCLUDE_DIR AND MySQL_LIBRARY)
    1212  # Already in cache, be silent
    1313  SET(MySQL_FIND_QUIETLY TRUE)
    14 ENDIF (MySQL_INCLUDE_DIR AND MySQL_LIBRARIES)
     14ENDIF (MySQL_INCLUDE_DIR AND MySQL_LIBRARY)
    1515
    1616# Include dir
Note: See TracChangeset for help on using the changeset viewer.