2.6.3-RC-1 is good, the problems I was having with boost (in linux) seem to have been resolved. I'll check it under windows sometime later.<br><br>Question, is there a reason why there is no FindMySQL.cmake included yet?<br>
<br>I have found 2 options, one that can be grabbed from:<br><br><a href="http://www.wzdftpd.net/trac/browser/trunk/cmake/FindMySQL.cmake">http://www.wzdftpd.net/trac/browser/trunk/cmake/FindMySQL.cmake</a><br><br>and a more complicated (and probably complete - it also detects mysql's taocrypt and yassl) one from the MyODBC source:<br>
<a href="http://dev.mysql.com/downloads/connector/odbc/5.1.html#source">http://dev.mysql.com/downloads/connector/odbc/5.1.html#source</a><br><br>see in the cmake directory, there is FindMySQL.cmake and a FindODBC.cmake file<br>
<br>Note that one other difference is that wzdftpd exposes ${MYSQL_LIBRARIES} while MySQL-ODBC exposes ${MYSQL_CLIENT_LIBS}<br><br>cheers<br>Paul<br><br>