summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorSergey Bronnikov <sergeyb@tarantool.org>2020-12-19 15:16:28 +0300
committerBrad King <brad.king@kitware.com>2020-12-21 13:45:12 -0500
commit02732930478027f41590681861b131a1e9ee1030 (patch)
tree8b761c9772be08456bca0a200ecbc47ed9ccd499 /Templates
parentd231f429f10e920e08607a7371f6f7e7e17aa93b (diff)
downloadcmake-02732930478027f41590681861b131a1e9ee1030.tar.gz
create_test_sourcelist: fix typo in placeholder name
Rename `CMAKE_FUNCTION_TABLE_{ENTIRES => ENTRIES}`.
Diffstat (limited to 'Templates')
-rw-r--r--Templates/TestDriver.cxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/TestDriver.cxx.in b/Templates/TestDriver.cxx.in
index 053f1ee381..3e47d6a0d2 100644
--- a/Templates/TestDriver.cxx.in
+++ b/Templates/TestDriver.cxx.in
@@ -34,7 +34,7 @@ typedef struct /* NOLINT */
} functionMapEntry;
static functionMapEntry cmakeGeneratedFunctionMapEntries[] = {
- @CMAKE_FUNCTION_TABLE_ENTIRES@
+ @CMAKE_FUNCTION_TABLE_ENTRIES@
{ CM_NULL, CM_NULL } /* NOLINT */
};