View Issue Details [ Jump to Notes ] | [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0014231 | CMake | CMake | public | 2013-06-19 10:30 | 2013-11-04 09:33 |
|
Reporter | Andy Bauer | |
Assigned To | | |
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | won't fix | |
Platform | Linux | OS | Ubuntu | OS Version | 12.04 |
Product Version | CMake 2.8.11 | |
Target Version | | Fixed in Version | | |
|
Summary | 0014231: external project doesn't pass CMAKE_Fortran_COMPILER to subprojects |
Description | When building an external project (ExternalProject_Add) that depends on Fortran, the CMAKE_Fortran_COMPILER doesn't get passed to the external project. I would guess that the other Fortran build options aren't passed either. |
Steps To Reproduce | 1) Download the ParaView superbuild repo at http://review.source.kitware.com/#/t/2904/ [^]
2) Set the Fortran compiler to a non-default value.
3) Enable the nektar reader plugin (ENABLE_nektarreader) and ParaView (ENABLE_paraview)
4) Configure and build and note that in the paraview/src/paraview-build that there will be the default Fortran compiler that CMake finds. |
Tags | No tags attached. |
|
Attached Files | |
|