Skip to content

Commit

Permalink
fix new MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hggq committed Apr 29, 2024
1 parent 8d9d4ab commit c4e62a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
if (IS_DIRECTORY "/opt/homebrew/opt/mysql-client/include")
set(MYSQL_INCLUDE_DIR "/opt/homebrew/opt/mysql-client/include")
endif()

MESSAGE( STATUS "MYSQL_ROOT_DIR = ${MYSQL_ROOT_DIR} ")
else()
find_path(MYSQL_ROOT_DIR mysql)
endif()
Expand Down

0 comments on commit c4e62a0

Please sign in to comment.