MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0015988 | CMake | CMake | public | 2016-02-25 12:16 | 2016-02-25 13:02 | |||||
Reporter | Ruslan Baratov | |||||||||
Assigned To | ||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | duplicate | |||||||
Platform | OS | OS Version | ||||||||
Product Version | ||||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0015988: No parse error message on double 'else' contruction | |||||||||
Description | This invalid construction doesn't produce any error/warning message: if(A EQUAL B) message("1") else() # error, should be elseif with some condition message("2") else() message("3") # never will be printed endif() | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2016-02-25 12:16 | Ruslan Baratov | New Issue | ||||||||
2016-02-25 13:01 | Rolf Eike Beer | Relationship added | duplicate of 0014335 | |||||||
2016-02-25 13:02 | Rolf Eike Beer | Status | new => closed | |||||||
2016-02-25 13:02 | Rolf Eike Beer | Resolution | open => duplicate |
There are no notes attached to this issue. |