Skip to content

Commit 66d06d4

Browse files
authored
Bump min cmake version in websocket_to_posix_proxy (#25966)
This should probably have been part of #23538 Fixes: #25964
1 parent b457c30 commit 66d06d4

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 3.5)
1+
cmake_minimum_required(VERSION 3.16)
22

33
project(websocket_to_posix_proxy)
44

0 commit comments

Comments
 (0)