Am Mittwoch 09 September 2009 schrieb Ryan Sleevi:
> > > I try to correct
> > >     Kornel
>
> The flag OpenMP_FOUND doesn't really matter as much, at least not in the
> code.

Not in the code, but you introduced it in src/CMakeLists.txt. And there it 
matters.

> All that matters is whether or not _OPENMP is defined, and that
> should only be defined if your compiler has run with -fopenmp (in the case
> of GCC). There is no need for OpenMP_FOUND - if you select OpenMP, then
> OpenMP is marked as required, and if it's not found, compilation will stop
> right there. I suspect this could be a cache issue as well, of older object
> files.

I selected OPENMP, therefore the source was compiled with the corresponding 
flag.
But on the linker stage it was missing, beacuse OpenMP_FOUND was not set.

        Kornel

-- 
Kornel Benko
kornel.be...@berlin.de

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to