On 02/20/2013 06:51 AM, Stephen Kelly wrote:
> Now though I have another few errors I can't reproduce:
> 
>  http://open.cdash.org/viewConfigure.php?buildid=2819709

All try compiles using the old -DLINK_LIBRARIES:... are broken
because your change has this logic:

  std::string libsToLink = " ";
  ...
  if (libsToLink.empty())
    { old... }
  else
    { new... }

and the initial string " " is never empty.

> Here I don't see the failure:
> 
>  http://open.cdash.org/testDetails.php?test=178049278&build=2820157

That machine isn't stable.  Ignore that failure.

-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to