<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
Hi there,<br><br>I'm trying to detect libboost in my CMake root script, it works except for min version, I can put any kind of min version it always pass the test, I don't understand what I'm doing wrong?<br><br>here is a snippet of my script :<br><br>SET(BOOST_MIN_VERSION "2.33.2")<br><br>FIND_PACKAGE(Boost REQUIRED)<br><br>if (NOT Boost_FOUND)<br> message(FATAL_ERROR "Fatal error: Boost (version >= x.x.x) required.\n"<br> )<br>endif (NOT Boost_FOUND)<br><br><br><br>That script does not halt and my version of Boost is 1.33.1, whatever I put as BOOST_MIN_VERSION it keeps on. I also tried to replace BOOST_MIN_VERSION by Boost_MIN_VERSION but same result.<br><br>Thanks for your help<br>Regards<br>Nil<br><br><br /><hr />Avec une webcam et Messenger partagez vos émotions en vidéo ! <a href='http://www.windowslive.fr/messenger/' target='_new'>Téléchargez gratuitement !</a></body>
</html>