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 | |
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.
-rw-r--r-- | Modules/CMakeDetermineCompilerABI.cmake | 2 | ||||
-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 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}" diff --git a/Modules/FortranCInterface/IntelVSImplicitPath/CMakeLists.txt b/Modules/IntelVSImplicitPath/CMakeLists.txt index e2a4b3f..e2a4b3f 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 055247c..055247c 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 e69de29..e69de29 100644 --- a/Modules/FortranCInterface/IntelVSImplicitPath/hello.f +++ b/Modules/IntelVSImplicitPath/hello.f |