From cb2380fb6c33b3e5c480a6fa3eb52f4ebcea6431 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 28 Sep 2009 11:35:52 -0400 Subject: [PATCH] Install Copyright.txt --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38135bb6f..bb16606de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -435,6 +435,9 @@ SUBDIRS(Tests) ADD_TEST(SystemInformationNew "${CMAKE_CMAKE_COMMAND}" --system-information -G "${CMAKE_TEST_GENERATOR}" ) +# Install license file as it requires. +INSTALL(FILES Copyright.txt DESTINATION ${CMake_DOC_DEST}) + # Install script directories. INSTALL( DIRECTORY Modules Templates