<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 07/11/2010 21.01, Philip Lowman wrote:
    <blockquote
      cite="mid:AANLkTikSZZo1pY_afFgTSb_u+Lfm9=xQHGPFbXmFcufG@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">On Fri, Nov 5, 2010 at 12:08 PM, Luigi
        Calori <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:l.calori@cineca.it">l.calori@cineca.it</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div class="im">
            <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
              0.8ex; border-left: 1px solid rgb(204, 204, 204);
              padding-left: 1ex;">+1 for FindBoost support to
              "CMakeified" version of Boost at "<a
                moz-do-not-send="true"
href="http://gitorious.org/%7Edenisarnaud/boost/denisarnauds-zeuners-boost-cmake/commits/1.44.0-denis"
                target="_blank">http://gitorious.org/~denisarnaud/boost/denisarnauds-zeuners-boost-cmake/commits/1.44.0-denis</a>":</blockquote>
          </div>
        </blockquote>
        <div><br>
        </div>
        <div>Luigi,</div>
        <div><br>
        </div>
        <div>Does the "CMakeified" version of Boost still not produce
          build outputs that match bjam by default? &nbsp;I remember when I
          looked at it a year or two ago there appeared to be only minor
          issues with the library names. &nbsp;I would have hoped that these
          issues would have been resolved by now.</div>
      </div>
    </blockquote>
    I just tried the build with cmake 2.8.2&nbsp; under MSVC9 using release
    build and static linking:<br>
    There seem to be a minor inconsistency: when building Boost with
    cmake the static libs do not have the prefix "lib" so boost the
    auto-linking fails.<br>
    I have resolved by<br>
    <br>
    1) when building boos, configure with -DLIBPREFIX=lib, <br>
    <br>
    2) configure the project that search for boost with
    -DBoost_USE_STATIC_LIBS=ON <br>
    <br>
    During the installation step of "cmakefied" boost,&nbsp; Boost.cmake
    config files get installed but not sure if FindBoost use it<br>
    <br>
    I' m not sure if this can be solved in FindBoost, but was just
    raising attention on a (for me) much better build system for Boost<br>
    <br>
    thanks<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luigi<br>
    <br>
    <blockquote
      cite="mid:AANLkTikSZZo1pY_afFgTSb_u+Lfm9=xQHGPFbXmFcufG@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <div><br>
        </div>
        <div>Could you elaborate in a bug report what does and doesn't
          work between FindBoost.cmake and the branch of Boost that
          you're referring to and I would be more than happy to look
          into the issue. &nbsp;I've heard reports of people getting
          FindBoost and CMakeified boost to play nice together but it
          involved changing build settings in CMakeified Boost (not
          quite ideal).</div>
        <div><br>
        </div>
      </div>
      -- <br>
      Philip Lowman<br>
    </blockquote>
    <br>
  </body>
</html>