<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>This is actually not a new problem, but I figured I would finally
      ask.  I know it happens when building from master branch, I am not
      sure if the same happens with 5.1 branch.</p>
    <p>cmake output says first that libofx is NOT found, but only a few
      lines later, it says it will build WITH libofx, which it actually
      does with no problem.</p>
    <p><br>
    </p>
    <p><span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;">-- The
          following OPTIONAL packages have not been found:
        </span><br>
        * libofx (required version >= 0.10.0)
        <br>
      </span></p>
    <p><span style="font-family:monospace">....</span></p>
    <p><span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;">-- The
          following features have been enabled:<br>
        </span>....<br>
      </span><span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;"> * LibOFX,
          Enables OFX import, export, and Direct Connect using LibOFX
          library.</span></span></p>
    <p><span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;"><br>
        </span>
      </span></p>
    <p>Is this just a matter of capitalization?  (That is referenced in
      CMakeLists.txt.)  It's not really any problem, just a bit
      disconcerting to see it fails to find a package, but still enables
      the feature which requires that package.</p>
    <p><br>
    </p>
    <p>Jack<br>
    </p>
  </body>
</html>