summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeTestFortranCompiler.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Make a common function that prints the status during the checks for working ↵David Cole2010-02-121-3/+5
| | | | compilers. Call it from all of the CMakeTesten_US.UTF-8Compiler.cmake files. In the message, print the full path to the tested compiler only for the Makefile generators. For Xcode and Visual Studio generators, print the generator instead so that users are not misled with the full path to a compiler that the generator may not even use. Xcode and Visual Studio have their own mechanisms for choosing the compiler to use during try_compile and build...
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
| | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* Pass Fortran90 test result to try-compileBrad King2009-07-301-28/+28
| | | | | | | This stores CMAKE_Fortran_COMPILER_SUPPORTS_F90 in the Fortran compiler information file CMakeFiles/CMakeFortranCompiler.cmake instead of in CMakeCache.txt. This file makes the result available to try-compile projects.
* ENH: Create Fortran ABI detection frameworkBrad King2009-07-131-0/+14
| | | | | This invokes CMakeDetermineCompilerABI.cmake for Fortran at the same place it is already done for C and CXX.
* STYLE: use IF(NOT ...) instead of IF() ELSE() ... ENDIF()Alexander Neundorf2008-05-121-3/+2
| | | | Alex
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-8/+8
|
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-4/+4
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-4/+4
|
* ENH: Added test for Fortran90 support.Brad King2005-02-041-4/+37
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-12/+12
| | | | to enable a language without modifing cmake source code
* ENH: minor fortran fixesBill Hoffman2004-08-111-4/+5
|
* ENH: initial fortran supportBill Hoffman2004-08-061-0/+31