Skip to content

Commit

Permalink
find mysql on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacyking committed Aug 29, 2023
1 parent 0d1887e commit ffce8c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/mariadb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ ELSE (MARIADB_INCLUDE_DIR AND MARIADB_LIBRARY)
ENDIF (MARIADB_INCLUDE_DIR AND MARIADB_LIBRARY)

IF (MARIADB_FOUND)
#IF (NOT MARIADB_FIND_QUIETLY)
IF (NOT MARIADB_FIND_QUIETLY)
MESSAGE(STATUS "Found MariaDB: ${MARIADB_LIBRARY}")
#ENDIF (NOT MARIADB_FIND_QUIETLY)
ENDIF (NOT MARIADB_FIND_QUIETLY)
ELSE (MARIADB_FOUND)
IF (MARIADB_FIND_REQUIRED)
MESSAGE(STATUS "Looked for MariaDB libraries named ${MARIADB_NAMES}.")
Expand Down
4 changes: 2 additions & 2 deletions cmake/mysql.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ ELSE (MYSQL_INCLUDE_DIR AND MYSQL_LIBRARY)
ENDIF (MYSQL_INCLUDE_DIR AND MYSQL_LIBRARY)

IF (MYSQL_FOUND)
#IF (NOT MYSQL_FIND_QUIETLY)
IF (NOT MYSQL_FIND_QUIETLY)
MESSAGE(STATUS "Found MySQL: ${MYSQL_LIBRARY}")
#ENDIF (NOT MYSQL_FIND_QUIETLY)
ENDIF (NOT MYSQL_FIND_QUIETLY)
ELSE (MYSQL_FOUND)
IF (MYSQL_FIND_REQUIRED)
MESSAGE(STATUS "Looked for MySQL libraries named ${MYSQL_NAMES}.")
Expand Down

0 comments on commit ffce8c4

Please sign in to comment.