percona-xtrabackup-2.4.6-remove-boost-version-check.patch 485 B

1234567891011121314151617181920
  1. Remove Boost version check which makes using the
  2. system boost libraries close to impossible.
  3. --- a/cmake/boost.cmake
  4. +++ b/cmake/boost.cmake
  5. @@ -262,13 +262,6 @@
  6. COULD_NOT_FIND_BOOST()
  7. ENDIF()
  8. -IF(NOT BOOST_MINOR_VERSION EQUAL 59)
  9. - MESSAGE(WARNING "Boost minor version found is ${BOOST_MINOR_VERSION} "
  10. - "we need 59"
  11. - )
  12. - COULD_NOT_FIND_BOOST()
  13. -ENDIF()
  14. -
  15. MESSAGE(STATUS "BOOST_INCLUDE_DIR ${BOOST_INCLUDE_DIR}")
  16. # We have a limited set of patches/bugfixes here: