[cmake-developers] [CMake 0013703]: Paths with | character create invalid Makefiles
Mantis Bug Tracker
mantis at public.kitware.com
Mon Nov 19 05:20:47 EST 2012
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
======================================================================
More information about the cmake-developers
mailing list