gnucash stable: Fix typo in path to gnc-vcs-info.h
John Ralls
jralls at code.gnucash.org
Fri Apr 3 19:21:05 EDT 2026
Updated via https://github.com/Gnucash/gnucash/commit/cf702ee3 (commit)
from https://github.com/Gnucash/gnucash/commit/d42e2c5e (commit)
commit cf702ee3a19039e32387525540ca35d0e04bbeb6
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Apr 3 16:20:49 2026 -0700
Fix typo in path to gnc-vcs-info.h
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3262ed6cc1..0fbab46baa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -174,7 +174,7 @@ endif()
# Distribution tarballs have this file in the source tree
# Git checkouts or zipfiles downloaded straight from github won't have it
# and require us to build it.
-if (BUILDING_FROM_VCS OR NOT EXISTS "${CMAKE_SOURCE_DIR}/libgnucash/core-utilsgnc-vcs-info.h")
+if (BUILDING_FROM_VCS OR NOT EXISTS "${CMAKE_SOURCE_DIR}/libgnucash/core-utils/gnc-vcs-info.h")
set(VCS_INFO_BASE_DIR ${CMAKE_BINARY_DIR})
set(GENERATE_VCS_INFO "Yes")
else()
Summary of changes:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list