[CMake] FindPkgConfig: Using *_LIBRARY_DIRS

David Cole david.cole at kitware.com
Mon Oct 26 17:14:38 EDT 2009


Where does GLOM_LDFAGS get set?

Seems like it should end up as space separated itself, rather than being a
cmake list. (If it were space separated then it would work with or without
quotes...) You'll probably want it with quotes though in case there are any
embedded semi-colons.


On Mon, Oct 26, 2009 at 4:50 PM, Murray Cumming <murrayc at murrayc.com> wrote:

> On Mon, 2009-10-26 at 16:22 -0400, David Cole wrote:
> > Try:
> > set_target_properties(qlom
> >        PROPERTIES
> >        LINK_FLAGS ${GLOM_LDFLAGS})
> >
> >
> > (without the double quotes).....
>
> Sorry, the quotes were a random attempt to fix this error, which comes
> back when I remove the quotes:
>  set_target_properties called with incorrect number of arguments.
>
>
> --
> murrayc at murrayc.com
> www.murrayc.com
> www.openismus.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20091026/30afb0a6/attachment-0001.htm>


More information about the CMake mailing list