From 245ffa4150bdb375eb8259ec23242cf989fec6d3 Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Thu, 19 May 2022 09:07:08 +0200 Subject: Rename to install_app_component_symlink --- functions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.cmake') diff --git a/functions.cmake b/functions.cmake index 48eb3a9f105..2f0056b3f2a 100644 --- a/functions.cmake +++ b/functions.cmake @@ -691,7 +691,7 @@ function(install_configserver_component NAME) install_symlink(lib/jars/${NAME}-${PARAM_CLASSIFIER}.jar conf/configserver-app/components/${NAME}.jar) endfunction() -function(install_components_symlink APPNAME NAME) +function(install_app_component_symlink APPNAME NAME) cmake_parse_arguments( PARAM "" -- cgit v1.2.3