Commit 3bfdb59cbfdb304440066b33de2e9f094d6c26f8

Authored by Denis Dovzhenko
Committed by David Gräff
1 parent 67afd83c

Update CMakeLists.txt

Address Appveyor CI build issue introduced by 2876b8b
Showing 1 changed file with 1 additions and 1 deletions
CMakeLists.txt
... ... @@ -18,7 +18,7 @@ add_subdirectory(openhantek)
18 18 include(cmake/CPackInfos.cmake)
19 19  
20 20 if (WIN32)
21   - install(FILES ChangeLog COPYING readme.md DESTINATION ".")
  21 + install(FILES COPYING readme.md DESTINATION ".")
22 22 endif()
23 23  
24 24 # Add auxiliary files to the project, so that these files appear in VisualStudio/QtCreator
... ...