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:
John Ralls
2021-02-09 15:09:50 -08:00
parent f0ff1675b8
commit 96dcca997f
3 changed files with 29 additions and 10 deletions

View File

@@ -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()
# ############################################################