From 34e08f62b56729564e2658b819fe98395497762e Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 11 Feb 2013 22:15:11 +0100 Subject: [PATCH] Removed installation of readme. --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c05b2acd..3f394d56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -358,15 +358,12 @@ configure_file(${GLFW_SOURCE_DIR}/src/config.h.in ${GLFW_BINARY_DIR}/src/config.h @ONLY) #-------------------------------------------------------------------- -# Install header and documentation +# Install the public headers # The src directory's CMakeLists.txt file installs the library #-------------------------------------------------------------------- install(DIRECTORY include/GL DESTINATION include FILES_MATCHING PATTERN glfw3.h PATTERN glfw3native.h) -install(FILES COPYING.txt readme.html - DESTINATION share/doc/glfw-${GLFW_VERSION_FULL}) - #-------------------------------------------------------------------- # Create and install pkg-config file on supported platforms #--------------------------------------------------------------------