File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88# CMake 3.8 required for cxx_std_17 target_compile_features
99
10- cmake_minimum_required ( VERSION 3.8 )
10+ cmake_minimum_required ( VERSION 3.12 )
1111
1212option ( CHOPS_NET_IP_OPT_BUILD_TESTS "Build and perform chops-net-ip tests" ON )
1313option ( CHOPS_NET_IP_OPT_BUILD_EXAMPLES "Build and perform chops-net-ip examples" ON )
Original file line number Diff line number Diff line change 55# Distributed under the Boost Software License, Version 1.0.
66# (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
77
8- cmake_minimum_required ( VERSION 3.9 )
8+ cmake_minimum_required ( VERSION 3.12 )
99
1010project ( chops-net-ip-doc VERSION 1.0 LANGUAGES CXX )
1111
Original file line number Diff line number Diff line change 55# Distributed under the Boost Software License, Version 1.0.
66# (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
77
8- cmake_minimum_required ( VERSION 3.8 )
8+ cmake_minimum_required ( VERSION 3.12 )
99
1010project ( chops-net-ip-example VERSION 1.0 LANGUAGES CXX )
1111
Original file line number Diff line number Diff line change 55# Distributed under the Boost Software License, Version 1.0.
66# (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
77
8- cmake_minimum_required ( VERSION 3.8 )
8+ cmake_minimum_required ( VERSION 3.12 )
99
1010project ( chops-net-ip-test VERSION 1.0 LANGUAGES CXX )
1111
You can’t perform that action at this time.
0 commit comments