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 39b15ad commit 43e7d87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/Modules/TinyDeployment.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ function(tiny_install_tinyorm)
# TinyMySql library (MODULE, loaded at runtime)
# The MODULE libraries are installed to the bin/ folder on Linux and
# they don't have namelink-s
# Also, they don't need the ${CommonConfig_target} as it's the loadable module and
# propagating the CommonConfig doesn't make sense? I don't remember exactly why
# it doesn't contain this TARGET, but I hope I didn't forget to add it
if(TINY_BUILD_LOADABLE_DRIVERS AND BUILD_MYSQL_DRIVER)
install(
TARGETS ${TinyMySql_target}
Expand Down

0 comments on commit 43e7d87

Please sign in to comment.