commit | bf8f9c7a402ca54620fd55aa4ee67429e392d7de | [log] [tgz] |
---|---|---|
author | Anna Lyons <Anna.Lyons@data61.csiro.au> | Thu Aug 02 14:43:35 2018 +1000 |
committer | Anna Lyons <Anna.Lyons@data61.csiro.au> | Tue Aug 07 15:47:20 2018 +1000 |
tree | 7e73543e42c74a7bb6fb42dbe32b2b29dd82ca24 | |
parent | 44adb6d365141c181f565f617233573371efc620 [diff] [blame] |
trivial: fix typo
diff --git a/camkes.cmake b/camkes.cmake index b41e01b..a4041b4 100644 --- a/camkes.cmake +++ b/camkes.cmake
@@ -556,7 +556,7 @@ foreach(import IN LISTS imports) list(APPEND CAMKES_FLAGS "--import-path=${import}") endforeach() - # Retrieve any templte paths + # Retrieve any template paths get_property(templates GLOBAL PROPERTY CAmkESTemplatePaths) foreach(template IN LISTS templates) list(APPEND CAMKES_FLAGS --templates "${template}")