View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001905 | CMake | CMake | public | 2005-06-03 16:50 | 2005-06-20 13:16 | ||||
Reporter | Anton Deguet | ||||||||
Assigned To | Ken Martin | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001905: In module UseSWIG, missing quotes with STREQUAL | ||||||||
Description | In the cvs repository of CMake, as of June 3 2005, the module UseSWIG.cmake has: IF(${swig_source_file_flags} STREQUAL "NOTFOUND") which can create a syntax error. Modifying this line to: IF("${swig_source_file_flags}" STREQUAL "NOTFOUND") seems to solve the problem. I did a quick grep for STREQUAL in all the modules and found a couple of them without the "". | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0002521) Ken Martin (developer) 2005-06-20 13:11 |
Thanks, I fixed the swig and TestBIGEndien modules which seemed to be missing them. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |