Check for minimum version of Boost

OpenClonk requires 1.40.0 at least, because that version is the first
to supply Boost.Foreach.
Nicolas Hake 2010-04-19 14:42:20 +02:00
parent a05c2eaf1f
commit f7eb1d12f2
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ SET(JPEG_NAMES ${JPEG_NAMES} libjpeg)
include(FindJPEG)
include(FindPNG)
include(FindZLIB)
include(FindBoost)
find_package("Boost" 1.40.0)
if(NOT Boost_INCLUDE_DIR)
message(SEND_ERROR "Could not find the Boost C++ Libraries")
else()