From: Ivailo Monev Date: Fri, 18 Jun 2021 11:19:12 +0000 (+0300) Subject: revert accidently commited changes X-Git-Tag: 4.12.0~2259 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c691ec1daf031f23e7eff0f2e31dea0d7fa8b250;p=kde%2FKatie.git revert accidently commited changes Signed-off-by: Ivailo Monev --- diff --git a/cmake/modules/KatieBuildMacros.cmake b/cmake/modules/KatieBuildMacros.cmake index 5529eff39..c6ee6f6b5 100644 --- a/cmake/modules/KatieBuildMacros.cmake +++ b/cmake/modules/KatieBuildMacros.cmake @@ -274,7 +274,7 @@ endfunction() # depend on KtNetwork depend on plugins that depend on it too add_custom_target(plugins_dependant_tests) function(KATIE_SETUP_PLUGIN FORPLUGIN) -# add_dependencies(plugins_dependant_tests ${FORPLUGIN}) + add_dependencies(plugins_dependant_tests ${FORPLUGIN}) endfunction() # a macro to ensure that object targets are build with PIC if the target they