cmake_minimum_required(VERSION 3.2) project(Error CXX) add_executable(Error main.cpp)