Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeAddFortranSubdirectory: Add NO_EXTERNAL_INSTALL option | Brad King | 2012-02-09 | 1 | -1/+2 |
| | | | | | | | | We do not yet support "make install" in the external project case. Document this explicitly in the interface. Require the caller to use an option to "disable" the unsupported behavior. This will allow us to add the behavior by default in the future without clobbering existing projects that handle the installation themselves. | ||||
* | CMakeAddFortranSubdirectory: Make IMPORTED targets GLOBAL | Bill Hoffman | 2012-02-09 | 4 | -0/+74 |
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. |