mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use newer cmake version checks
This commit is contained in:
@@ -736,7 +736,7 @@ set(PLATFORM_OSX 1)
|
||||
set(HAVE_OSX_KEYCHAIN 1)
|
||||
endif(APPLE)
|
||||
|
||||
if(GLIB2_VERSION VERSION_GREATER 2.46.0 OR GLIB2_VERSION VERSION_EQUAL 2.46.0)
|
||||
if(GLIB2_VERSION VERSION_GREATER_EQUAL 2.46.0)
|
||||
set(HAVE_GLIB_2_46 1)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user