Skip to content

Commit

Permalink
cmake updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 24, 2024
1 parent e4e46ff commit f1a06b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/TinyDeployment.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function(tiny_install_tinyorm)

# TinyORM's package config needs the FindMySQL package module when the MYSQL_PING
# is enabled, vcpkg doesn't need it because we are using the unofficial-libmysql
# package config
# package config inside the vcpkg
set(tiny_cmake_module_path)
if(NOT TINY_VCPKG AND (MYSQL_PING OR BUILD_MYSQL_DRIVER))
install(FILES "cmake/Modules/FindMySQL.cmake"
Expand Down

0 comments on commit f1a06b8

Please sign in to comment.