summaryrefslogtreecommitdiff
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
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.
-rw-r--r--Modules/CMakeDetermineCompilerABI.cmake2
-rw-r--r--Modules/IntelVSImplicitPath/CMakeLists.txt (renamed from Modules/FortranCInterface/IntelVSImplicitPath/CMakeLists.txt)0
-rw-r--r--Modules/IntelVSImplicitPath/extract.cmake (renamed from Modules/FortranCInterface/IntelVSImplicitPath/extract.cmake)0
-rw-r--r--Modules/IntelVSImplicitPath/hello.f (renamed from Modules/FortranCInterface/IntelVSImplicitPath/hello.f)0
4 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}"
diff --git a/Modules/FortranCInterface/IntelVSImplicitPath/CMakeLists.txt b/Modules/IntelVSImplicitPath/CMakeLists.txt
index e2a4b3fbd4..e2a4b3fbd4 100644
--- a/Modules/FortranCInterface/IntelVSImplicitPath/CMakeLists.txt
+++ b/Modules/IntelVSImplicitPath/CMakeLists.txt
diff --git a/Modules/FortranCInterface/IntelVSImplicitPath/extract.cmake b/Modules/IntelVSImplicitPath/extract.cmake
index 055247cfb6..055247cfb6 100644
--- a/Modules/FortranCInterface/IntelVSImplicitPath/extract.cmake
+++ b/Modules/IntelVSImplicitPath/extract.cmake
diff --git a/Modules/FortranCInterface/IntelVSImplicitPath/hello.f b/Modules/IntelVSImplicitPath/hello.f
index e69de29bb2..e69de29bb2 100644
--- a/Modules/FortranCInterface/IntelVSImplicitPath/hello.f
+++ b/Modules/IntelVSImplicitPath/hello.f