gnucash stable: Change cmake_uninstall file name in the dist list.

John Ralls jralls at code.gnucash.org
Thu Jan 30 16:11:57 EST 2025


Updated	 via  https://github.com/Gnucash/gnucash/commit/618cd558 (commit)
	from  https://github.com/Gnucash/gnucash/commit/19591988 (commit)



commit 618cd5582656c18f8912a97315c25ae3c3f26063
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jan 30 13:11:41 2025 -0800

    Change cmake_uninstall file name in the dist list.

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



Summary of changes:
 cmake/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list