From dc5d951b73c9118511e33b8b07f2e94c41a379e7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 Jul 2023 22:45:23 +0200 Subject: common.cmake: bump default C++ standard --- examples/boost/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/boost') diff --git a/examples/boost/CMakeLists.txt b/examples/boost/CMakeLists.txt index c4d5edb..bfb1f68 100644 --- a/examples/boost/CMakeLists.txt +++ b/examples/boost/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) # for Boost::* imported targets +cmake_minimum_required(VERSION 3.12) project(example_boost) -- cgit v1.2.3