From 14b12d0355f38125b25758f368afa07c106e1b32 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 9 Sep 2009 16:39:53 -0400 Subject: Enable C and C++ first in Fortran test CMake now looks for a Fortran compiler matching any C or C++ compiler already enabled. We test this by enabling C and C++ first in the Fortran test, which is what user projects will likely do. --- Tests/Fortran/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Fortran/CMakeLists.txt b/Tests/Fortran/CMakeLists.txt index 226c63c..7f5ed21 100644 --- a/Tests/Fortran/CMakeLists.txt +++ b/Tests/Fortran/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 2.6) -project(testf Fortran C CXX) +project(testf C CXX Fortran) message("CTEST_FULL_OUTPUT ") set(CMAKE_VERBOSE_MAKEFILE 1) message("ENV_FLAGS = $ENV{FFLAGS}") -- cgit v0.12