You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/percona-xtrabackup/files/percona-xtrabackup-2.4.6-re...

20 lines
485 B

Remove Boost version check which makes using the
system boost libraries close to impossible.
--- a/cmake/boost.cmake
+++ b/cmake/boost.cmake
@@ -262,13 +262,6 @@
COULD_NOT_FIND_BOOST()
ENDIF()
-IF(NOT BOOST_MINOR_VERSION EQUAL 59)
- MESSAGE(WARNING "Boost minor version found is ${BOOST_MINOR_VERSION} "
- "we need 59"
- )
- COULD_NOT_FIND_BOOST()
-ENDIF()
-
MESSAGE(STATUS "BOOST_INCLUDE_DIR ${BOOST_INCLUDE_DIR}")
# We have a limited set of patches/bugfixes here: