summaryrefslogtreecommitdiffstats
path: root/Modules/IntelVSImplicitPath
Commit message (Collapse)AuthorAgeFilesLines
* Simplify IntelVSImplicitPath detection projectBrad King2011-09-143-21/+14
| | | | | | Use the ENV{LIB} variable directly instead of parsing the output of the whole environment from "set". Store the output in a .cmake script and include it from CMakeDetermineCompilerABI instead of using file(READ).
* Move IntelVSImplicitPath project to better locationBrad King2011-09-143-0/+23
This project is not part of the FortranCInterface module. Make it a sibling instead of a child directory.