Re: [CMake] cmake vs. Python 3.4

2016-12-24 Thread Levente
Yes. That did the trick. Sorry for the noise. On 23 Dec 2016 23:52, "Dan Liew" wrote: > > > On 23 Dec 2016 7:58 pm, "Lev" wrote: > > Hi list, > > > I have this: > > FIND_PACKAGE(PythonInterp) > > and cmake finds this: > > -- Found PythonInterp:

[CMake] pkg-config question

2009-07-23 Thread Varga Levente
Hello! Could somebody direct me to or send me an example on how to use the pkg-config finder in cmake. I recently started using cmake as builder tool for my projects and I cannot figure out how to make pkg-config work with cmake. I read the documentation and it's very clear, but in spite of this