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 3 3 include(CGAL_TweakFindBoost) 4 4 # In the documentation, we say we require Boost-1.39, but technically we 5 5 # 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 ) 7 7 8 8 message( STATUS "Boost include: ${Boost_INCLUDE_DIRS}" ) 9 9 message( STATUS "Boost libraries: ${Boost_LIBRARIES}" )