mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Ryan Schmidt's 'case-sensitive' into maint
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user