mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-14 03:20:40 +00:00
cm_cxx_filesystem.cxx: revert erroneous change
Revert erroneous change introduced by commit 0a81ea1.
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