On 02/22/2012 05:32 PM, Andrea Crotti wrote:

Ah that's nice thanks, I'm not sure though that I can rely on being >= 2.8 always,
and that's probably a requirement, right?


I tried what you suggested and with this:
add_custom_target(dev_no_run
COMMAND ${PYTHON_EXECUTABLE} ${DEV_MAIN} -w ${WORKSPACE} ${APPLICATION} --develop_only -l info
  COMMAND ${PYTHON_EXECUTABLE} \${SCRIPT}
  )

I get this in the Makefile:

CMakeFiles/dev_no_run:
/usr/bin/python /home/andrea/git_projs/PSI_Hamburg/utils/utils/bin/dev_main.py -w /home/andrea/git_projs /home/andrea/git_projs/Minimum_Drag/airbus.application.minimum_drag --develop_only -l info
    /usr/bin/python ${SCRIPT}

which is probably not what I want, because for a Makefile it should be $(SCRIPT), right?
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to