gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat May 26 13:42:15 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/5c0f56b0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/075021a8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/6b5ee8f5 (commit)



commit 5c0f56b05538c9085b537c35f9841b2275819000
Merge: 6b5ee8f 075021a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat May 26 10:39:48 2018 -0700

    Merge Ryan Schmidt's 'case-sensitive' into maint


commit 075021a88d2001546754097de8880251a7e085a0
Author: Ryan Schmidt <git at ryandesign.com>
Date:   Sat May 26 11:45:45 2018 -0500

    Fix build on case-sensitive filesystems

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5310ad1..b8c3998 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -531,7 +531,7 @@ if (have_stringop_truncation)
 endif()
 
 if (APPLE)
-  include (CheckCxxCompilerFlag)
+  include (CheckCXXCompilerFlag)
   check_cxx_compiler_flag(-Wno-unused-local-typedef, have_wno_ult)
   if (have_wno_ult)
     set( CMAKE_CXX_FLAGS "-Wno-unused-local-typedef -Wmissing-prototypes ${CMAKE_CXX_FLAGS}")



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



More information about the gnucash-changes mailing list