mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798019 - Currency rates in OFX file are ignored
Use currency_rate information from OFX file if available. Requires LibOFX v 0.10.0 or later.
This commit is contained in:
@@ -404,6 +404,9 @@ int main(int argc, char** argv)
|
||||
}
|
||||
" HAVE_OFX_BUG_39)
|
||||
set(HAVE_OFX_BUG_39 ${HAVE_OFX_BUG_39})
|
||||
if (LIBOFX_VERSION VERSION_GREATER_EQUAL 0.10.0)
|
||||
set(HAVE_LIBOFX_VERSION_0_10 1)
|
||||
endif()
|
||||
set(CMAKE_REQUIRED_LIBRARIES)
|
||||
endif()
|
||||
# ############################################################
|
||||
|
||||
Reference in New Issue
Block a user