diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2020-06-21 12:28:37 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2020-07-09 15:02:42 (GMT) |
commit | d654bf3449a24d412378af6c3aea53fa2899ad7d (patch) | |
tree | 7b5ac126f179e5513bbbc48fa03d3c598b02fec1 /Utilities/std/cmSTL.hxx.in | |
parent | e5798126fcfd08c7ca0f0f8d1fb627b04f655198 (diff) | |
download | CMake-d654bf3449a24d412378af6c3aea53fa2899ad7d.zip CMake-d654bf3449a24d412378af6c3aea53fa2899ad7d.tar.gz CMake-d654bf3449a24d412378af6c3aea53fa2899ad7d.tar.bz2 |
STL Support: Add cm::filesystem::path in <cm/filesystem>
Diffstat (limited to 'Utilities/std/cmSTL.hxx.in')
-rw-r--r-- | Utilities/std/cmSTL.hxx.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/std/cmSTL.hxx.in b/Utilities/std/cmSTL.hxx.in index 28fe226..9c8605c 100644 --- a/Utilities/std/cmSTL.hxx.in +++ b/Utilities/std/cmSTL.hxx.in @@ -5,5 +5,6 @@ /* Whether CMake is using its own STL implementation. */ #cmakedefine CMake_HAVE_CXX_MAKE_UNIQUE +#cmakedefine CMake_HAVE_CXX_FILESYSTEM #endif |