6 lines
299 B
CMake
6 lines
299 B
CMake
|
execute_process(COMMAND "/home/test/My/build/image_geometry/catkin_generated/python_distutils_install.sh" RESULT_VARIABLE res)
|
||
|
|
||
|
if(NOT res EQUAL 0)
|
||
|
message(FATAL_ERROR "execute_process(/home/test/My/build/image_geometry/catkin_generated/python_distutils_install.sh) returned error code ")
|
||
|
endif()
|