392
418
# Rules to install autopilot files and executable script:
393
419
install(CODE "execute_process(COMMAND python2.7 setup.py install --prefix ${CMAKE_INSTALL_PREFIX} WORKING_DIRECTORY ${AUTOPILOTDIR})")
394
420
add_custom_target (autopilot COMMAND cd ${AUTOPILOTDIR} && make check)