cmake_minimum_required(VERSION 3.9 FATAL_ERROR) add_executable(main1 main1.cpp) target_compile_features(main1 PUBLIC cxx_std_17)