Skip to content

Commit c430466

Browse files
Adding _WIN32_WINNT def to CMake files to keep Asio lib happy.
1 parent d62a933 commit c430466

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

1212
option ( CHOPS_NET_IP_OPT_BUILD_TESTS "Build and perform chops-net-ip tests" ON )
1313
option ( CHOPS_NET_IP_OPT_BUILD_EXAMPLES "Build and perform chops-net-ip examples" ON )

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

1010
project ( chops-net-ip-doc VERSION 1.0 LANGUAGES CXX )
1111

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

1010
project ( chops-net-ip-example VERSION 1.0 LANGUAGES CXX )
1111

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

1010
project ( chops-net-ip-test VERSION 1.0 LANGUAGES CXX )
1111

0 commit comments

Comments
 (0)