MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014331 | CMake | CMake | public | 2013-08-01 14:41 | 2014-02-10 10:44 |
| Reporter | d3x0r | ||||
| Assigned To | Brad King | ||||
| Priority | high | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | windows | OS | windows | OS Version | 7 |
| Product Version | CMake 2.8.11.2 | ||||
| Target Version | CMake 2.8.12 | Fixed in Version | CMake 2.8.12 | ||
| Summary | 0014331: Generating projects for visual studio (2010,2012, others?) creates corrupt projects if path includes '&' | ||||
| Description | This simple make file creates corrupt .vcxproj files (files that visual studio refuses to load). ----------- cmake_minimum_required(VERSION 2.8) FILE( WRITE test.c "int main(){ return 0;} " ) include_directories( "a & b" ) add_executable( test test.c ) ------------ the project file is expected to be XML, so it parses first using those rules, and '&' should be emitted as '&' instead. | ||||
| Steps To Reproduce | use visual studio generator on the attached CMakeLists.txt, then load the .sln produced. None of the projects will load. | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/4833/CMakeLists.txt | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-08-01 14:41 | d3x0r | New Issue | |||
| 2013-08-01 14:41 | d3x0r | File Added: CMakeLists.txt | |||
| 2013-08-01 14:58 | Brad King | Note Added: 0033643 | |||
| 2013-08-01 15:27 | Brad King | Note Added: 0033644 | |||
| 2013-08-01 15:27 | Brad King | Assigned To | => Brad King | ||
| 2013-08-01 15:27 | Brad King | Status | new => resolved | ||
| 2013-08-01 15:27 | Brad King | Resolution | open => fixed | ||
| 2013-08-01 15:27 | Brad King | Fixed in Version | => CMake 2.8.12 | ||
| 2013-08-01 15:27 | Brad King | Target Version | => CMake 2.8.12 | ||
| 2013-08-01 15:27 | Brad King | Description Updated | bug_revision_view_page.php?rev_id=1223#r1223 | ||
| 2014-02-10 10:44 | Robert Maynard | Note Added: 0035067 | |||
| 2014-02-10 10:44 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||