Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeAddFortranSubdirectory: Make IMPORTED targets GLOBAL | Bill Hoffman | 2012-02-09 | 1 | -0/+7 |
cmake_add_fortran_directory uses imported targets when using the mingw fortran compiler. This change makes those targets global in scope so they act just like the real targets that exist when a fortran compiler exists and regular add_subdirectory is used. |