The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=13703 ====================================================================== Reported By: Johannes Wienke Assigned To: ====================================================================== Project: CMake Issue ID: 13703 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2012-11-19 05:20 EST Last Modified: 2012-11-19 05:20 EST ====================================================================== Summary: Paths with | character create invalid Makefiles Description: If you are using CMake to generate Makefiles on Linux, the | is a valid character in path names. However, generated Makefiles (e.g. CMakeFiles/*/{depend,build,*}.make) contain invalid rules in these cases:
foo: bar|baz The | needs to be escaped in this case using a backslash. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-11-19 05:20 Johannes WienkeNew Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
