MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015684 | CMake | CMake | public | 2015-08-05 07:33 | 2016-01-04 11:52 |
Reporter | Raul Laasner | ||||
Assigned To | Brad King | ||||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Arch Linux | OS Version | |
Product Version | CMake 3.3 | ||||
Target Version | CMake 3.3.1 | Fixed in Version | CMake 3.3.1 | ||
Summary | 0015684: CMAKE_Fortran_COMPILER_VERSION becomes unset after second configuring | ||||
Description | CMAKE_Fortran_COMPILER_VERSION contains the correct version after the first configuring (first run of cmake), but becomes undefined after the second configuring. Is this normal behavior? | ||||
Steps To Reproduce | Try, e.g., message("test 1 " ${CMAKE_C_COMPILER_VERSION}) message("test 2 " ${CMAKE_Fortran_COMPILER_VERSION}) The first time it prints test 1 5.2.0 test 2 5.2.0 in my system, but after the second run of cmake it prints test 1 5.2.0 test 2 | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-08-05 07:33 | Raul Laasner | New Issue | |||
2015-08-05 10:09 | Kelly Thompson | Note Added: 0039239 | |||
2015-08-05 10:42 | Brad King | Assigned To | => Brad King | ||
2015-08-05 10:42 | Brad King | Status | new => assigned | ||
2015-08-05 10:42 | Brad King | Target Version | => CMake 3.3.1 | ||
2015-08-05 10:45 | Brad King | Note Added: 0039240 | |||
2015-08-05 10:45 | Brad King | Status | assigned => resolved | ||
2015-08-05 10:45 | Brad King | Resolution | open => fixed | ||
2015-08-05 10:45 | Brad King | Fixed in Version | => CMake 3.3.1 | ||
2016-01-04 11:52 | Robert Maynard | Note Added: 0040106 | |||
2016-01-04 11:52 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|