From 3bfdb59cbfdb304440066b33de2e9f094d6c26f8 Mon Sep 17 00:00:00 2001 From: Denis Dovzhenko Date: Thu, 30 Nov 2017 16:47:47 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad78580..63ee02b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ add_subdirectory(openhantek) include(cmake/CPackInfos.cmake) if (WIN32) - install(FILES ChangeLog COPYING readme.md DESTINATION ".") + install(FILES COPYING readme.md DESTINATION ".") endif() # Add auxiliary files to the project, so that these files appear in VisualStudio/QtCreator -- libgit2 0.21.4