diff options
author | Sergey Bronnikov <sergeyb@tarantool.org> | 2020-12-19 12:16:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-21 18:45:12 (GMT) |
commit | 02732930478027f41590681861b131a1e9ee1030 (patch) | |
tree | 8b761c9772be08456bca0a200ecbc47ed9ccd499 /Templates | |
parent | d231f429f10e920e08607a7371f6f7e7e17aa93b (diff) | |
download | CMake-02732930478027f41590681861b131a1e9ee1030.zip CMake-02732930478027f41590681861b131a1e9ee1030.tar.gz CMake-02732930478027f41590681861b131a1e9ee1030.tar.bz2 |
create_test_sourcelist: fix typo in placeholder name
Rename `CMAKE_FUNCTION_TABLE_{ENTIRES => ENTRIES}`.
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/TestDriver.cxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/TestDriver.cxx.in b/Templates/TestDriver.cxx.in index 053f1ee..3e47d6a 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 */ }; |