mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
Merge topic 'cm_cxx_filesystem.cxx-revert-erroneous-change'
10689e564f cm_cxx_filesystem.cxx: revert erroneous change
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7072
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
return 1;
|
||||
|
||||
std::filesystem::path p0(L"/a/b/c");
|
||||
|
||||
std::filesystem::path p1("/a/b/c");
|
||||
|
||||
Reference in New Issue
Block a user