MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0015548 | CMake | CMake | public | 2015-04-30 03:32 | 2015-04-30 03:48 | |||||
| Reporter | Mathieu Malaterre | |||||||||
| Assigned To | ||||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |||||
| Status | closed | Resolution | duplicate | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | CMake 3.0.2 | |||||||||
| Target Version | Fixed in Version | |||||||||
| Summary | 0015548: Report syntax error for if/else/else construct | |||||||||
| Description | The following should be reported as containing a syntax error: $ cat CMakeLists.txt project(syntax) if(WIN32) message("1") else(APPLE) message("2") else() message("3") endif() | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2015-04-30 03:32 | Mathieu Malaterre | New Issue | ||||||||
| 2015-04-30 03:48 | Rolf Eike Beer | Relationship added | duplicate of 0014335 | |||||||
| 2015-04-30 03:48 | Rolf Eike Beer | Status | new => closed | |||||||
| 2015-04-30 03:48 | Rolf Eike Beer | Resolution | open => duplicate | |||||||
| 2015-04-30 03:48 | Rolf Eike Beer | Category | (No Category) => CMake | |||||||
| There are no notes attached to this issue. |