summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineFortranCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* BUG: Search for the compiler only once and store a full path to it in the cac...Brad King2006-08-291-14/+15
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-3/+3
* ENH: fix more than one argument passed in to compilers via environmentBill Hoffman2006-01-251-1/+1
* 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-3/+3
* ENH: make sure flags set in CC or CXX environment variables stay with the com...Bill Hoffman2005-07-201-0/+3
* ENH: add the ability to generate custom commands for a language that is not s...Bill Hoffman2004-10-211-1/+1
* ENH: do not check for gnu for visual studioKen Martin2004-09-151-0/+5
* ENH: try to find fortran compiler before adding the testBill Hoffman2004-08-261-4/+11
* Add a fortran test if there is a fortran compilerBill Hoffman2004-08-261-24/+23
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-25/+43
* ENH: initial fortran supportBill Hoffman2004-08-061-0/+83