patch-CMakeLists_txt 547 B

12345678910111213141516
  1. $OpenBSD: patch-CMakeLists_txt,v 1.2 2015/12/07 07:51:26 jasper Exp $
  2. add workaround from https://bugs.kde.org/show_bug.cgi?id=304111
  3. --- CMakeLists.txt.orig Sat Sep 5 21:00:16 2015
  4. +++ CMakeLists.txt Sun Dec 6 14:16:32 2015
  5. @@ -357,6 +357,8 @@ set( CGAL_MODULES_DIR ${CGAL_INSTALLATION_PACKAGE_
  6. include(${CGAL_MODULES_DIR}/CGAL_Macros.cmake)
  7. cgal_setup_module_path()
  8. +add_definitions ( -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED )
  9. +
  10. message( STATUS "CGAL_REFERENCE_CACHE_DIR=${CGAL_REFERENCE_CACHE_DIR}" )
  11. if ( RUNNING_CGAL_AUTO_TEST )