Skip to content

Commit a071599

Browse files
fix: bump cmake_minimum_required to 3.10 to silence deprecation warning
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ce6b3ab commit a071599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.0)
1+
cmake_minimum_required(VERSION 3.10)
22
project(RtspServer)
33

44
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/src/net/" "${CMAKE_CURRENT_SOURCE_DIR}/src/xop/")

0 commit comments

Comments
 (0)