gnucash maint: Fix typo in CMakeLists.txt

Christopher Lam clam at code.gnucash.org
Wed Jul 24 07:18:16 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/49771ee9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ca87572a (commit)



commit 49771ee9f9b9e3c58b0677b7641f0e1e7ccc6b64
Author: iggyvolz <iggyvolz at gmail.com>
Date:   Tue Jul 23 20:04:22 2019 -0400

    Fix typo in CMakeLists.txt

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b997df5d..d78668dcd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -325,7 +325,7 @@ else(GUILE22_FOUND)
     message(STATUS "Using guile-2.0.x")
     find_program (GUILE_EXECUTABLE NAMES guile2.0 guile)
   else(GUILE2_FOUND)
-    message (FATAL_ERROR "Neither guile 2.2 nor guile 2.0 were found GnuCash can't run without one of them. Ensure that one is installed and can be found with pgk-config.")
+    message (FATAL_ERROR "Neither guile 2.2 nor guile 2.0 were found GnuCash can't run without one of them. Ensure that one is installed and can be found with pkg-config.")
   endif(GUILE2_FOUND)
 endif(GUILE22_FOUND)
 



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



More information about the gnucash-changes mailing list