The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12228 ====================================================================== Reported By: Pavel Assigned To: ====================================================================== Project: CMake Issue ID: 12228 Category: CMake Reproducibility: always Severity: tweak Priority: low Status: new ====================================================================== Date Submitted: 2011-05-27 05:10 EDT Last Modified: 2011-05-27 05:10 EDT ====================================================================== Summary: Backslashes in src path are interpreted as normal slashes. Path doesn't exist Description: If sources are located in ~user/test\project/ path will be interpreted as /home/user/test/project/
ripper@abc ~/C\C++/test $ cmake ./ CMake Error: The source directory "/home/ripper/C/C++/test" does not exist. Specify --help for usage, or press the help button on the CMake GUI. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-05-27 05:10 Pavel New Issue ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
