Skip to content

Commit b302a91

Browse files
authored
Fix test sockets.test_posix_proxy_sockets to work on systems with latest CMake (#25333)
[CMake v3.5.0](https://github.com/Kitware/CMake/releases/tag/v3.5.0) was released on Dec 3, 2018. (7 years ago), latest CMake refuses to configure any CMakeLists.txt files with minimum CMake version older than 3.5.
1 parent 776fe4b commit b302a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/websocket_to_posix_proxy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.12)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(websocket_to_posix_proxy)
44

0 commit comments

Comments
 (0)