mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06: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