diff options
Diffstat (limited to '')
-rw-r--r-- | examples/boost/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |