From 618cd5582656c18f8912a97315c25ae3c3f26063 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 30 Jan 2025 13:11:41 -0800 Subject: [PATCH] Change cmake_uninstall file name in the dist list. --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index bb2f449514..f1bad02550 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -11,7 +11,7 @@ endif() set_dist_list(cmake_DIST CMakeLists.txt README_CMAKE.txt - cmake_uninstall.cmake.in + cmake_uninstall.sh.in configure-appdata.cmake configure-gnucash-desktop.cmake configure-manpage.cmake