summaryrefslogtreecommitdiffstats
path: root/cmake/modules/template_dummy_cpp.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/template_dummy_cpp.cmake')
-rw-r--r--cmake/modules/template_dummy_cpp.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/modules/template_dummy_cpp.cmake b/cmake/modules/template_dummy_cpp.cmake
new file mode 100644
index 000000000..8e1f5ff59
--- /dev/null
+++ b/cmake/modules/template_dummy_cpp.cmake
@@ -0,0 +1,5 @@
+#ifdef _AIX
+ namespace {
+ void *not_empty_file;
+ }
+#endif