[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.5 1.5.2.1 Detect.cmake 1.2 1.2.2.1

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 1 17:20:37 EDT 2009


Update of /cvsroot/CMake/CMake/Modules/FortranCInterface
In directory public:/mounts/ram/cvs-serv11203/Modules/FortranCInterface

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt Detect.cmake 
Log Message:
Merge in changes to CMake-2-8 RC 2


Index: Detect.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface/Detect.cmake,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C 2 -d -r1.2 -r1.2.2.1
*** Detect.cmake	24 Aug 2009 12:49:27 -0000	1.2
--- Detect.cmake	1 Oct 2009 21:20:35 -0000	1.2.2.1
***************
*** 1,2 ****
--- 1,13 ----
+ #=============================================================================
+ # Copyright 2009 Kitware, Inc.
+ #
+ # Distributed under the OSI-approved BSD License (the "License");
+ # see accompanying file Copyright.txt for details.
+ #
+ # This software is distributed WITHOUT ANY WARRANTY; without even the
+ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ # See the License for more information.
+ #=============================================================================
+ 
  configure_file(${FortranCInterface_SOURCE_DIR}/Input.cmake.in
                 ${FortranCInterface_BINARY_DIR}/Input.cmake @ONLY)

Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface/CMakeLists.txt,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C 2 -d -r1.5 -r1.5.2.1
*** CMakeLists.txt	6 Aug 2009 11:53:41 -0000	1.5
--- CMakeLists.txt	1 Oct 2009 21:20:35 -0000	1.5.2.1
***************
*** 1,2 ****
--- 1,13 ----
+ #=============================================================================
+ # Copyright 2009 Kitware, Inc.
+ #
+ # Distributed under the OSI-approved BSD License (the "License");
+ # see accompanying file Copyright.txt for details.
+ #
+ # This software is distributed WITHOUT ANY WARRANTY; without even the
+ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ # See the License for more information.
+ #=============================================================================
+ 
  cmake_minimum_required(VERSION 2.6.3)
  project(FortranCInterface C Fortran)



More information about the Cmake-commits mailing list