summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-01 12:26:45 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-05-01 12:27:37 (GMT)
commit68a59ab2887f220a22c194b930c28d5498a7fd8d (patch)
treee68f59c90929e65b70e75c43d45ff2b87c777d9a /Tests/CMakeLib
parentd1d1d4134dc2f6b84aba7b3cfe3bc83364859603 (diff)
parent8d4a9ee398ef85b4f59a8e2b966d9675d7e53f44 (diff)
downloadCMake-68a59ab2887f220a22c194b930c28d5498a7fd8d.zip
CMake-68a59ab2887f220a22c194b930c28d5498a7fd8d.tar.gz
CMake-68a59ab2887f220a22c194b930c28d5498a7fd8d.tar.bz2
Merge topic 'stl-support'
8d4a9ee398 Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4689
Diffstat (limited to 'Tests/CMakeLib')
-rw-r--r--Tests/CMakeLib/testArgumentParser.cxx3
-rw-r--r--Tests/CMakeLib/testString.cxx3
2 files changed, 2 insertions, 4 deletions
diff --git a/Tests/CMakeLib/testArgumentParser.cxx b/Tests/CMakeLib/testArgumentParser.cxx
index 20f98c2..965690c 100644
--- a/Tests/CMakeLib/testArgumentParser.cxx
+++ b/Tests/CMakeLib/testArgumentParser.cxx
@@ -7,8 +7,7 @@
#include <vector>
#include <cm/string_view>
-
-#include "cm_static_string_view.hxx"
+#include <cmext/string_view>
#include "cmArgumentParser.h"
diff --git a/Tests/CMakeLib/testString.cxx b/Tests/CMakeLib/testString.cxx
index 48d2590..ad800cf 100644
--- a/Tests/CMakeLib/testString.cxx
+++ b/Tests/CMakeLib/testString.cxx
@@ -12,8 +12,7 @@
#include <utility>
#include <cm/string_view>
-
-#include "cm_static_string_view.hxx"
+#include <cmext/string_view>
#include "cmString.hxx"