[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.28 1.29

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


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

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/cmtar/CMakeLists.txt,v
retrieving revision 1.28
retrieving revision 1.29
diff -C 2 -d -r1.28 -r1.29
*** CMakeLists.txt	6 May 2008 16:56:25 -0000	1.28
--- CMakeLists.txt	28 Sep 2009 15:36:11 -0000	1.29
***************
*** 393,394 ****
--- 393,396 ----
  ADD_EXECUTABLE(tartest libtar.c)
  TARGET_LINK_LIBRARIES(tartest cmtar ${CMTAR_ZLIB_LIBRARIES})
+ 
+ INSTALL(FILES COPYRIGHT DESTINATION ${CMake_DOC_DEST}/cmtar)



More information about the Cmake-commits mailing list