MantisBT - CMake | |||||||||||||||
View Issue Details | |||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||
0003195 | CMake | CMake | public | 2006-05-03 13:53 | 2007-10-03 15:48 | ||||||||||
Reporter | leith | ||||||||||||||
Assigned To | Brad King | ||||||||||||||
Priority | low | Severity | major | Reproducibility | always | ||||||||||
Status | closed | Resolution | duplicate | ||||||||||||
Platform | OS | OS Version | |||||||||||||
Product Version | |||||||||||||||
Target Version | Fixed in Version | ||||||||||||||
Summary | 0003195: depend.make has incorrect f90 dependencies for USE | ||||||||||||||
Description | Am trying to use CMake Version 2.2 - patch 3 to build a Fortran 90 project. Using: CMakeLists.txt (simplified) PROJECT (spider Fortran ) ADD_LIBRARY(spider STATIC filename.f latcen.f ...................) Upon running 'make' I get following error: Scanning dependencies of target spider CMakeFiles/spider.dir/depend.make:136: *** target pattern contains no `%'. Stop. depend.make contains many lines which appear to be dependencies which are incorrect: e.g. line 136 CMakeFiles/spider.dir/latcen.o.requires: LATCEN:.mod.proxy But the string LATCEN is only present inside a FORTRAN comment C TO USE LATCEN: FIRST CALL LATCEN(IERR,0,,,,,,,,,,,) Cmake is creating a dependency wherever it finds the string 'USE', even inside a FORTRAN comment line. | ||||||||||||||
Steps To Reproduce | |||||||||||||||
Additional Information | |||||||||||||||
Tags | No tags attached. | ||||||||||||||
Relationships |
| ||||||||||||||
Attached Files | |||||||||||||||
Issue History | |||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||
2007-10-03 15:47 | Brad King | Relationship added | duplicate of 0003109 | ||||||||||||
2007-10-03 15:48 | Brad King | Relationship added | related to 0005809 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|