summaryrefslogtreecommitdiff
path: root/Modules/IntelVSImplicitPath
Commit message (Collapse)AuthorAgeFilesLines
* Keep cmake_minimum_required calls in sync with current versionDaniele E. Domenichelli2014-05-191-1/+1
| | | | | | Update cmake_minimum_required calls in CMakeLists.txt in Modules and in CMakeLists.txt generated by other modules, so that they are always in sync with current CMake version.
* 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.