From e8c9c873ed48d69abab549aab3cc8acbb7e7a946 Mon Sep 17 00:00:00 2001 From: bmarteau Date: Mon, 14 Oct 2024 10:58:22 +0200 Subject: [PATCH] Small fix to the install script where the wrong Readme file was picked up. --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 139780ef..f593a8a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -406,9 +406,8 @@ endif() # Install examples and README files install( - FILES README-Release.txt - DESTINATION ${CMAKE_INSTALL_PREFIX} - RENAME README.txt) + FILES README.md + DESTINATION ${CMAKE_INSTALL_PREFIX}) install(FILES License DESTINATION ${CMAKE_INSTALL_PREFIX}) install( DIRECTORY tests/examples/