[vlc-commits] [Git][videolan/vlc][master] doc: libvlc: update minimum CMake to 3.10

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Wed Dec 3 10:34:53 UTC 2025



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
d2b42e2c by Steve Lhomme at 2025-12-03T11:00:58+01:00
doc: libvlc: update minimum CMake to 3.10

Below 3.5 is not supported by current CMake and below 3.10 is mentioned as
removed soon.

- - - - -


1 changed file:

- doc/libvlc/CMakeLists.txt


Changes:

=====================================
doc/libvlc/CMakeLists.txt
=====================================
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
 
 # configure with your own path
 #  -DLIBVLC_SDK_INC:STRING=S:/sources/build/win64/win64/vlc-4.0.0-dev/sdk/include



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d2b42e2cd08808ca01a30a68afcf44f4fcfe14ba

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d2b42e2cd08808ca01a30a68afcf44f4fcfe14ba
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list