Browse Source

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.
pull/192/head
Steve Lhomme 8 months ago
committed by Jean-Baptiste Kempf
parent
commit
d2b42e2cd0
  1. 2
      doc/libvlc/CMakeLists.txt

2
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

Loading…
Cancel
Save