Move IntelVSImplicitPath project to better location

This project is not part of the FortranCInterface module.  Make it a
sibling instead of a child directory.
This commit is contained in:
Brad King 2011-09-14 13:49:40 -04:00
parent 539a822c8c
commit a7ce26d837
4 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ FUNCTION(CMAKE_DETERMINE_COMPILER_ABI lang src)
# Build a sample project which reports symbols.
TRY_COMPILE(IFORT_LIB_PATH_COMPILED
${CMAKE_BINARY_DIR}/CMakeFiles/IntelVSImplicitPath
${CMAKE_ROOT}/Modules/FortranCInterface/IntelVSImplicitPath
${CMAKE_ROOT}/Modules/IntelVSImplicitPath
IntelFortranImplicit
CMAKE_FLAGS
"-DCMAKE_Fortran_FLAGS:STRING=${CMAKE_Fortran_FLAGS}"