diff options
author | Brad King <brad.king@kitware.com> | 2020-05-01 12:26:45 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-05-01 12:27:37 (GMT) |
commit | 68a59ab2887f220a22c194b930c28d5498a7fd8d (patch) | |
tree | e68f59c90929e65b70e75c43d45ff2b87c777d9a /Source/cmGeneratorExpressionNode.cxx | |
parent | d1d1d4134dc2f6b84aba7b3cfe3bc83364859603 (diff) | |
parent | 8d4a9ee398ef85b4f59a8e2b966d9675d7e53f44 (diff) | |
download | CMake-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 'Source/cmGeneratorExpressionNode.cxx')
-rw-r--r-- | Source/cmGeneratorExpressionNode.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGeneratorExpressionNode.cxx b/Source/cmGeneratorExpressionNode.cxx index 68f466f..e3de2d8 100644 --- a/Source/cmGeneratorExpressionNode.cxx +++ b/Source/cmGeneratorExpressionNode.cxx @@ -17,12 +17,11 @@ #include <cm/string_view> #include <cm/vector> #include <cmext/algorithm> +#include <cmext/string_view> #include "cmsys/RegularExpression.hxx" #include "cmsys/String.h" -#include "cm_static_string_view.hxx" - #include "cmAlgorithms.h" #include "cmGeneratorExpression.h" #include "cmGeneratorExpressionContext.h" |