summaryrefslogtreecommitdiffstats
path: root/Utilities/std/cmSTL.hxx.in
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/std/cmSTL.hxx.in')
-rw-r--r--Utilities/std/cmSTL.hxx.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Utilities/std/cmSTL.hxx.in b/Utilities/std/cmSTL.hxx.in
new file mode 100644
index 0000000..28fe226
--- /dev/null
+++ b/Utilities/std/cmSTL.hxx.in
@@ -0,0 +1,9 @@
+/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+ file Copyright.txt or https://cmake.org/licensing for details. */
+#ifndef cmSTL_hxx
+#define cmSTL_hxx
+
+/* Whether CMake is using its own STL implementation. */
+#cmakedefine CMake_HAVE_CXX_MAKE_UNIQUE
+
+#endif