[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.31 1.32
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Sep 9 16:39:56 EDT 2009
Update of /cvsroot/CMake/CMake/Tests/Fortran
In directory public:/mounts/ram/cvs-serv6723/Tests/Fortran
Modified Files:
CMakeLists.txt
Log Message:
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.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Fortran/CMakeLists.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -C 2 -d -r1.31 -r1.32
*** CMakeLists.txt 24 Aug 2009 17:07:43 -0000 1.31
--- CMakeLists.txt 9 Sep 2009 20:39:53 -0000 1.32
***************
*** 1,4 ****
cmake_minimum_required (VERSION 2.6)
! project(testf Fortran C CXX)
message("CTEST_FULL_OUTPUT ")
set(CMAKE_VERBOSE_MAKEFILE 1)
--- 1,4 ----
cmake_minimum_required (VERSION 2.6)
! project(testf C CXX Fortran)
message("CTEST_FULL_OUTPUT ")
set(CMAKE_VERBOSE_MAKEFILE 1)
More information about the Cmake-commits
mailing list