[Cmake-commits] [cmake-commits] lowman committed FindCxxTest.cmake 1.4 1.5 FindGTK2.cmake 1.1 1.2 FindOpenSceneGraph.cmake 1.3 1.4 FindProtobuf.cmake 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 21 22:38:14 EDT 2009


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

Modified Files:
	FindCxxTest.cmake FindGTK2.cmake FindOpenSceneGraph.cmake 
	FindProtobuf.cmake 
Log Message:
Add a blank line to my contributed find modules to prevent copyright info from showing up in CMake docs


Index: FindCxxTest.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindCxxTest.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** FindCxxTest.cmake	3 Mar 2009 01:29:38 -0000	1.4
--- FindCxxTest.cmake	22 Sep 2009 02:38:11 -0000	1.5
***************
*** 64,68 ****
  #          };
  #
! #
  # Version 1.2 (3/2/08)
  #     Included patch from Tyler Roscoe to have the perl & python binaries
--- 64,68 ----
  #          };
  #
! 
  # Version 1.2 (3/2/08)
  #     Included patch from Tyler Roscoe to have the perl & python binaries

Index: FindProtobuf.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindProtobuf.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** FindProtobuf.cmake	21 Sep 2009 03:55:47 -0000	1.3
--- FindProtobuf.cmake	22 Sep 2009 02:38:12 -0000	1.4
***************
*** 12,21 ****
  #   PROTOBUF_PROTOC_EXECUTABLE - The protoc compiler
  #
- # Esben Mose Hansen <[EMAIL PROTECTED]>, (c) Ange Optimization ApS 2008
- # Adapted by Philip Lowman <philip at yhbt.com> (c) 2009
- #
- # Redistribution and use is allowed according to the terms of the BSD license.
- # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
- #
  #====================================================================
  # Example:
--- 12,15 ----
***************
*** 29,38 ****
  # target_link_libraries(bar ${PROTOBUF_LIBRARY})
  #
! # NOTE: You may need to link against pthreads as well depending
  # on the platform.
  #====================================================================
! 
! 
! #==================================================
  # PROTOBUF_GENERATE_CPP (public function)
  #   SRCS = Variable to define with autogenerated
--- 23,30 ----
  # target_link_libraries(bar ${PROTOBUF_LIBRARY})
  #
! # NOTE: You may need to link against pthreads, depending
  # on the platform.
  #====================================================================
! #
  # PROTOBUF_GENERATE_CPP (public function)
  #   SRCS = Variable to define with autogenerated
***************
*** 41,45 ****
  #          header files
  #   ARGN = proto files
! #==================================================
  function(PROTOBUF_GENERATE_CPP SRCS HDRS)
    if(NOT ARGN)
--- 33,45 ----
  #          header files
  #   ARGN = proto files
! #
! #====================================================================
! 
! # Esben Mose Hansen <[EMAIL PROTECTED]>, (c) Ange Optimization ApS 2008
! # Adapted by Philip Lowman <philip at yhbt.com> (c) 2009
! #
! # Redistribution and use is allowed according to the terms of the BSD license.
! # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
! 
  function(PROTOBUF_GENERATE_CPP SRCS HDRS)
    if(NOT ARGN)

Index: FindGTK2.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindGTK2.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** FindGTK2.cmake	22 Mar 2009 21:13:31 -0000	1.1
--- FindGTK2.cmake	22 Sep 2009 02:38:12 -0000	1.2
***************
*** 50,54 ****
  #   endif()
  #
! #=================
  # 
  # Copyright (c) 2008-2009
--- 50,54 ----
  #   endif()
  #
! 
  # 
  # Copyright (c) 2008-2009

Index: FindOpenSceneGraph.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindOpenSceneGraph.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** FindOpenSceneGraph.cmake	13 Aug 2009 01:58:14 -0000	1.3
--- FindOpenSceneGraph.cmake	22 Sep 2009 02:38:12 -0000	1.4
***************
*** 7,11 ****
  # with cmake_minimum_required(VERSION 2.6.3) or download and place
  # FindOpenThreads.cmake, Findosg_functions.cmake, Findosg.cmake,
! # and Find<foo>.cmake files for whatever nodekits you need.
  #
  #==================================
--- 7,11 ----
  # with cmake_minimum_required(VERSION 2.6.3) or download and place
  # FindOpenThreads.cmake, Findosg_functions.cmake, Findosg.cmake,
! # and Find<etc>.cmake files into your CMAKE_MODULE_PATH.
  #
  #==================================
***************
*** 47,51 ****
  #  target_link_libraries(foo ${OPENSCENEGRAPH_LIBRARIES})
  #
! #==================================
  #
  # Naming convention:
--- 47,51 ----
  #  target_link_libraries(foo ${OPENSCENEGRAPH_LIBRARIES})
  #
! 
  #
  # Naming convention:



More information about the Cmake-commits mailing list