<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Bob Kuehne wrote:
<blockquote cite="mid:0D153596-97C4-4C47-A00D-1627522FBCE3@mac.com"
 type="cite">boost recently updated to 1.34, changing (of course) the
default installation path. this breaks the FindBoost cmaker, so
attached is an update that allows 1.34 as released to work.
  <br>
  <br>
</blockquote>
<small><font face="Helvetica, Arial, sans-serif">Regarding
FindBoost.cmake, I'm testing Boost 1.34.0 with MinGW gcc 3.4.2<br>
<br>
MinGW doesn't have autolinking support, here is the <font
 face="Courier New, Courier, monospace">CMakeLists.txt</font></font></small><br>
<small><font face="Courier New, Courier, monospace"><br>
</font></small>
<blockquote><small><font face="Courier New, Courier, monospace">project(signal
CXX)</font></small><br>
  <br>
  <small><font face="Courier New, Courier, monospace">find_package(Boost)</font></small><br>
  <br>
  <small><font face="Courier New, Courier, monospace">include_directories(${Boost_INCLUDE_DIRS})</font></small><br>
  <small><font face="Courier New, Courier, monospace">link_directories(${Boost_LIBRARY_DIRS})</font></small><br>
  <br>
  <small><font face="Courier New, Courier, monospace">add_executable(signal
signal.cpp)</font></small><br>
  <small><font face="Courier New, Courier, monospace">target_link_libraries(signal
libboost_signals-mgw34-1_34.a)</font></small><br>
</blockquote>
<small><font face="Courier New, Courier, monospace"><br>
</font><big>I<small><font face="Helvetica, Arial, sans-serif"> would
like not to use<font face="Courier New, Courier, monospace">
libboost_signals_mgw34-1_34.a</font>, but something like <font
 face="Courier New, Courier, monospace">${Boost_signals_LIB},<br>
<font face="Helvetica, Arial, sans-serif">not caring about version and
such.</font><br>
</font></font></small><br>
<small><font face="Helvetica, Arial, sans-serif">Are there any plans to
imporove FindBoost.cmake?<br>
<br>
Best Regards,<br>
Cristi.</font></small><br>
<small><font face="Helvetica, Arial, sans-serif"></font></small></big></small>
</body>
</html>