Re: [CMake] Calling Python Setuptools (setup.py) from CMake.

2009-02-21 Thread Alan W. Irwin
On 2009-02-21 16:12+1100 Nima Talebi wrote: Hi All, I've been using CMake for a little while now, but not with python. I have something like this in my CMakeLists.txt file... message(STATUS " ${III} Loading FUNCWIRE_MINION...") if(ENABLE_FUNCWIRE_MINION)   message(STATUS "   ${GGG} Python bui

[CMake] Calling Python Setuptools (setup.py) from CMake.

2009-02-20 Thread Nima Talebi
Hi All, I've been using CMake for a little while now, but not with python. I have something like this in my CMakeLists.txt file... message(STATUS " ${III} Loading FUNCWIRE_MINION...") if(ENABLE_FUNCWIRE_MINION) message(STATUS " ${GGG} Python build...") execute_process(COMMAND cd ${CMAKE_SO