Re: [eigen] Submitting patch to add pkg-config support

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


> This is currently inside a
>
> if(EIGEN_BUILD_PKGCONFIG)
>
> we should either
> - remove that if(), i.e. make it always happen
> or
> - add a option() entry for it (like for EIGEN_BUILD_... options)
>
> Opinions?

I wasn't sure on that setup.  That build option is declared like

  if(NOT WIN32)
    option(EIGEN_BUILD_PKGCONFIG "Build pkg-config .pc file for Eigen" ON)
  endif(NOT WIN32)

which is probably wrong.  Maybe it should just be disabled by default
on WIN32 but always present.

- Rhys



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/