MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0013042 | CMake | Modules | public | 2012-03-14 12:09 | 2014-06-02 08:37 | |||||
| Reporter | Bjoern Thiel | |||||||||
| Assigned To | jschueller | |||||||||
| Priority | normal | Severity | major | Reproducibility | always | |||||
| Status | closed | Resolution | duplicate | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | CMake 2.8.7 | |||||||||
| Target Version | Fixed in Version | CMake 3.0 | ||||||||
| Summary | 0013042: UseSWIG.cmake: subdirectory for generated files is not created | |||||||||
| Description | In case one .i file is sitting in a subdirectory of the current directory, the corresponding subdirectory for the generated .cxx file is not created. So SWIG produces no output for the corresponding input. | |||||||||
| Steps To Reproduce | see above | |||||||||
| Additional Information | quick fix: change IF(swig_source_file_relative_path) SET(swig_generated_file_fullname "${swig_generated_file_fullname}/${swig_source_file_relative_path}") ENDIF(swig_source_file_relative_path) to IF(swig_source_file_relative_path) SET(swig_generated_file_fullname "${swig_generated_file_fullname}/${swig_source_file_relative_path}") FILE(MAKE_DIRECTORY "${swig_generated_file_fullname}") ENDIF(swig_source_file_relative_path) | |||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2012-03-14 12:09 | Bjoern Thiel | New Issue | ||||||||
| 2012-08-11 21:35 | David Cole | Status | new => backlog | |||||||
| 2012-08-11 21:35 | David Cole | Note Added: 0030378 | ||||||||
| 2013-11-26 03:06 | jschueller | Assigned To | => jschueller | |||||||
| 2013-11-26 03:06 | jschueller | Status | backlog => assigned | |||||||
| 2013-11-26 03:07 | jschueller | Relationship added | duplicate of 0013772 | |||||||
| 2013-11-26 03:07 | jschueller | Status | assigned => resolved | |||||||
| 2013-11-26 03:07 | jschueller | Fixed in Version | => CMake 3.0 | |||||||
| 2013-11-26 03:07 | jschueller | Resolution | open => duplicate | |||||||
| 2014-06-02 08:37 | Robert Maynard | Note Added: 0036032 | ||||||||
| 2014-06-02 08:37 | Robert Maynard | Status | resolved => closed | |||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||