Re: [CMake] Python project using Cmake

2015-10-21 Thread srinivas boppu
share your pure python project details and the macros or related documents. Thanks and Regards, Srinivas Boppu On Wed, Oct 21, 2015 at 9:52 PM, Matthew Keeler wrote: > What are you trying to do? Are you trying to build Python C extensions? If > so then the FindPythonLibs module will help yo

[CMake] Python project using Cmake

2015-10-21 Thread srinivas boppu
Hello All, I am new to cmake and its build and ctest system. I read some where that cmake default look for c++ compiler and we need to modify/configure the cmake to recongize the python files. I googled for the same but I couldn't find any concrete and complete example. Any pointers in this regard