MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008785 | CMake | CMake | public | 2009-03-24 08:41 | 2016-06-10 14:30 |
| Reporter | Denis Scherbakov | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-6 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0008785: Fortran comment "C Module name" results in a search for module "name" | ||||
| Description | This is a remainder of a bug submitted to mail archive http://www.cmake.org/pipermail/cmake/2009-March/027760.html [^] The following Fortran code cannot be compiled with CMake, because CMake looks for module called "name", which of course, does not exist. If I replace "Module" with "_Module_" the code compiles. =============forbug.f C Line 1 (Output) ; Module name SUBROUTINE PRINT_SOMETHING() WRITE(*,*) 'Something' END =============CMakeLists.txt PROJECT(FORBUG Fortran) CMAKE_MINIMUM_REQUIRED(VERSION 2.6.1 FATAL_ERROR) SET (FORBUG_SRCS forbug.f ) ADD_LIBRARY(forbug ${FORBUG_SRCS}) ============= Denis | ||||
| Steps To Reproduce | |||||
| Additional Information | Linux 2.6.28 CMake 2.6.3 GFortran 4.3 | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/2301/cmake-fortran-fixed-fmt.patch | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-03-24 08:41 | Denis Scherbakov | New Issue | |||
| 2009-06-04 16:22 | Brad King | Status | new => assigned | ||
| 2009-06-04 16:22 | Brad King | Assigned To | => Brad King | ||
| 2009-06-04 16:22 | Brad King | File Added: cmake-fortran-fixed-fmt.patch | |||
| 2009-06-04 16:25 | Brad King | Note Added: 0016638 | |||
| 2009-06-05 11:42 | Denis Scherbakov | Note Added: 0016645 | |||
| 2009-06-05 11:43 | Denis Scherbakov | Note Edited: 0016645 | |||
| 2012-08-13 10:37 | Brad King | Status | assigned => backlog | ||
| 2012-08-13 10:37 | Brad King | Note Added: 0030537 | |||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041527 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||