diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-05 16:56:07 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-05 16:56:07 +0200 |
commit | f9998cb5f9f042e3fe2d03e8925f70b5bb9a1c95 (patch) | |
tree | aa7c4173f9fb9b63ac357ad8f7f29cd5d44fb7ed | |
parent | 0fc19b3bd78758bdcbc2c5e3a2188ce3173406c9 (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() |