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
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