Ticket #35351: patch-CGAL_SetupBoost.cmake

File patch-CGAL_SetupBoost.cmake, 433 bytes (added by philipp.moeller@…, 12 years ago)

patch for CGAL_SetupBoost

Line 
1@@ -3,7 +3,7 @@
2   include(CGAL_TweakFindBoost)
3   # In the documentation, we say we require Boost-1.39, but technically we
4   # require 1.33.1. Some packages may require more recent versions, though.
5-  find_package( Boost 1.33.1 REQUIRED thread )
6+  find_package( Boost 1.33.1 REQUIRED thread system )
7   
8   message( STATUS "Boost include:     ${Boost_INCLUDE_DIRS}" )
9   message( STATUS "Boost libraries:   ${Boost_LIBRARIES}" )