summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-08-26 20:00:14 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-08-26 20:00:14 (GMT)
commit50045b7dac7e9f86d5680225583727836117b8e3 (patch)
treed2d35dc2fe4576d8ae69e2503d494776f119cac6
parent74fb2c64b2b5c0d618ac0c8d093950ac820bccd9 (diff)
downloadCMake-50045b7dac7e9f86d5680225583727836117b8e3.zip
CMake-50045b7dac7e9f86d5680225583727836117b8e3.tar.gz
CMake-50045b7dac7e9f86d5680225583727836117b8e3.tar.bz2
remove test fortran for now
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 44be143..7c5a1d8 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -618,7 +618,7 @@ IF(BUILD_TESTING)
ENDIF (CTEST_TEST_CTEST)
# see if we can find a fortran compiler on the machine
# if so, add the fortran test and see if it works.
- INCLUDE(${CMake_SOURCE_DIR}/Modules/CMakeDetermineFortranCompiler.cmake)
+# INCLUDE(${CMake_SOURCE_DIR}/Modules/CMakeDetermineFortranCompiler.cmake)
IF(CMAKE_Fortran_COMPILER_FULLPATH)
ADD_TEST(Fortran ${CMAKE_CTEST_COMMAND}
--build-and-test