cmake_minimum_required(VERSION 3.10)
project(make_err)
find_package(catkin REQUIRED)
catkin_package()
add_executable(fail fail.cpp)
