From 43e7d8708eecd0354068a246b4920c3700a87762 Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 24 Jul 2024 20:09:40 +0200 Subject: [PATCH] cmake updated comment --- cmake/Modules/TinyDeployment.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/Modules/TinyDeployment.cmake b/cmake/Modules/TinyDeployment.cmake index 0c0ee45ca..7dac3c824 100644 --- a/cmake/Modules/TinyDeployment.cmake +++ b/cmake/Modules/TinyDeployment.cmake @@ -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}