From 42abdcd5338cde9a9e5cf38d5bad943647e3db46 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Mon, 10 Apr 2023 19:45:22 -0600 Subject: [PATCH] build: don't install changelog.md (it's part of the docs/ dir now) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fec588f..33ef9d43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,6 @@ add_subdirectory(docs) add_subdirectory(tests) install(FILES README.md DESTINATION bin) -install(FILES changelog.md DESTINATION bin) #CTest enable_testing()