diff options
author | Brad King <brad.king@kitware.com> | 2011-09-14 17:49:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-09-14 17:49:40 (GMT) |
commit | a7ce26d837b1c6465c995519ee91e3e0d9190826 (patch) | |
tree | 85ff53293a37358441ab1f43fbbf1e11444de35a /Modules/CMakeDetermineCompilerABI.cmake | |
parent | 539a822c8c541143ab954d8d355cb9643235d231 (diff) | |
download | CMake-a7ce26d837b1c6465c995519ee91e3e0d9190826.zip CMake-a7ce26d837b1c6465c995519ee91e3e0d9190826.tar.gz CMake-a7ce26d837b1c6465c995519ee91e3e0d9190826.tar.bz2 |
Move IntelVSImplicitPath project to better location
This project is not part of the FortranCInterface module. Make it a
sibling instead of a child directory.
Diffstat (limited to 'Modules/CMakeDetermineCompilerABI.cmake')
-rw-r--r-- | Modules/CMakeDetermineCompilerABI.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineCompilerABI.cmake b/Modules/CMakeDetermineCompilerABI.cmake index 528c327..6792b7a 100644 --- a/Modules/CMakeDetermineCompilerABI.cmake +++ b/Modules/CMakeDetermineCompilerABI.cmake @@ -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}" |