diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-05 16:56:07 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | f45ab9290b4547c83bff0012fae2ffcd208a0fb5 (patch) | |
tree | e95832e51ee87ab896f75da5ab009a58acf09d9e | |
parent | d44c78c0b4d72bbc85c9261a7664c1ea1fad2539 (diff) |
Fix: wrong macro name
Change-Id: Ia0af4453536509606f55a9557eff73a4d44e56ec
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | cmake/common.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
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() |