[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 28 11:36:13 EDT 2009


Update of /cvsroot/CMake/CMake/Utilities/cmexpat
In directory public:/mounts/ram/cvs-serv29405/Utilities/cmexpat

Modified Files:
	CMakeLists.txt 
Log Message:
Install third-party utility copyright notices

Some of our third-party utilities have licenses that require their
copyright and license notices to be distributed with binary forms.  This
commit adds installation rules to include these notices with installed
CMake documentation.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmexpat/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** CMakeLists.txt	30 Dec 2005 19:50:05 -0000	1.3
--- CMakeLists.txt	28 Sep 2009 15:36:10 -0000	1.4
***************
*** 33,34 ****
--- 33,35 ----
  
  ADD_LIBRARY(cmexpat ${expat_SRCS})
+ INSTALL(FILES COPYING DESTINATION ${CMake_DOC_DEST}/cmexpat)



More information about the Cmake-commits mailing list