[Bro-Dev] cmake/Python problem

Jonathan Siwek jsiwek at ncsa.illinois.edu
Mon May 2 09:58:33 PDT 2011


> Grmpf. Now the the *right* attachment.

Seems like a good method to use (I didn't see any innate/obvious way to get FindPythonLibs.cmake to be aware of the result from FindPythonInterp.cmake).

The patch seems to add two "${PYTHON_PREFIX}/lib" paths, though, which I don't understand:

    set(CMAKE_LIBRARY_PATH ${PYTHON_PREFIX}/lib ${PYTHON_PREFIX}/lib ${CMAKE_LIBRARY_PATH})

Is that just a typo?

- Jon


More information about the bro-dev mailing list