summaryrefslogtreecommitdiffstats
path: root/modules/template_dummy_cpp.cmake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-11 01:55:37 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-12 13:26:58 +0200
commit2a847be412bd1dc66e53ea4652cc42f24a412d0f (patch)
tree1a5c9f1772a53c4ffdab753a45e51796010d3bfa /modules/template_dummy_cpp.cmake
parentc3b52f0e804a75c535f56c550354c0f894d7e960 (diff)
downloadtde-cmake-2a847be412bd1dc66e53ea4652cc42f24a412d0f.tar.gz
tde-cmake-2a847be412bd1dc66e53ea4652cc42f24a412d0f.zip
Move templates to a separate directory and rename to the tde_ prefix.
Create the TDE_CMAKE_ROOT and TDE_CMAKE_TEMPLATES variables. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'modules/template_dummy_cpp.cmake')
-rw-r--r--modules/template_dummy_cpp.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/template_dummy_cpp.cmake b/modules/template_dummy_cpp.cmake
deleted file mode 100644
index 8e1f5ff..0000000
--- a/modules/template_dummy_cpp.cmake
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef _AIX
- namespace {
- void *not_empty_file;
- }
-#endif