From: Romain Forlot Date: Wed, 5 Jul 2017 14:56:07 +0000 (+0200) Subject: Fix: wrong macro name X-Git-Tag: dab_3.99.3~26 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=f9998cb5f9f042e3fe2d03e8925f70b5bb9a1c95;p=apps%2Fapp-templates.git Fix: wrong macro name Change-Id: Ia0af4453536509606f55a9557eff73a4d44e56ec Signed-off-by: Romain Forlot --- diff --git a/cmake/common.cmake b/cmake/common.cmake index 760a863..e9b8e4c 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -42,8 +42,8 @@ else() project_subdirs_add() endif(DEFINED PROJECT_SRC_DIR_PATTERN) -configure_file_in_dir($ENV{HOME}/.config/app-templates/scripts) -configure_file_in_dir(/etc/app-templates/scripts) +configure_files_in_dir($ENV{HOME}/.config/app-templates/scripts) +configure_files_in_dir(/etc/app-templates/scripts) project_targets_populate() project_package_build()