6 lines
299 B
CMake
Raw Permalink Normal View History

2025-05-24 19:30:25 +08:00
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()