summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCompilerABI.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-09-14 13:49:40 -0400
committerBrad King <brad.king@kitware.com>2011-09-14 13:49:40 -0400
commita7ce26d837b1c6465c995519ee91e3e0d9190826 (patch)
tree85ff53293a37358441ab1f43fbbf1e11444de35a /Modules/CMakeDetermineCompilerABI.cmake
parent539a822c8c541143ab954d8d355cb9643235d231 (diff)
downloadcmake-a7ce26d837b1c6465c995519ee91e3e0d9190826.tar.gz
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.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineCompilerABI.cmake b/Modules/CMakeDetermineCompilerABI.cmake
index 528c327b35..6792b7abd0 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}"