Skip to content

Commit

Permalink
Update components/core/cmake/Modules/FindMariaDBClient.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
LinZhihao-723 and kirkrodrigues authored Nov 10, 2024
1 parent 26f03e5 commit e12ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/cmake/Modules/FindMariaDBClient.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if(NOT mariadbclient_PKGCONF_FOUND AND APPLE)
endif()

if(NOT mariadbclient_PKGCONF_FOUND)
message(FATAL_ERROR "PkgConfig cannot find mariadb")
message(FATAL_ERROR "pkg-config cannot find ${mariadbclient_LIBNAME}")
endif()

# Set include directory
Expand Down

0 comments on commit e12ff43

Please sign in to comment.