Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Aug 25, 2024
1 parent 700aad0 commit fce3cbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/find_modules/FindMySQL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ if (NOT MySQL_LIBRARIES)
execute_process(COMMAND ${CONFIG_EXE} --include OUTPUT_VARIABLE MySQL_INCLUDE_DIRS OUTPUT_STRIP_TRAILING_WHITESPACE)
execute_process(COMMAND ${CONFIG_EXE} --libs OUTPUT_VARIABLE MySQL_LIBRARIES OUTPUT_STRIP_TRAILING_WHITESPACE)
execute_process(COMMAND ${CONFIG_EXE} --version OUTPUT_VARIABLE MySQL_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE)
message(STATUS "'${MySQL_LIBRARIES}'")
endif()
endif()

Expand Down

0 comments on commit fce3cbb

Please sign in to comment.