Ticket #35231: patch-CGAL_SetupBoost.cmake.diff

File patch-CGAL_SetupBoost.cmake.diff, 598 bytes (added by raphael-st (Raphael Straub), 12 years ago)
  • cmake/modules/CGAL_SetupBoost.cmake

    old new  
    33  include(CGAL_TweakFindBoost)
    44  # In the documentation, we say we require Boost-1.39, but technically we
    55  # require 1.33.1. Some packages may require more recent versions, though.
    6   find_package( Boost 1.33.1 REQUIRED thread )
     6  find_package( Boost 1.33.1 REQUIRED thread system )
    77 
    88  message( STATUS "Boost include:     ${Boost_INCLUDE_DIRS}" )
    99  message( STATUS "Boost libraries:   ${Boost_LIBRARIES}" )