]> granicus.if.org Git - libmatroska/commitdiff
build system: require libEBML 1.3.8
authorMoritz Bunkus <moritz@bunkus.org>
Sat, 25 May 2019 10:00:09 +0000 (12:00 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Sat, 25 May 2019 10:00:09 +0000 (12:00 +0200)
CMakeLists.txt

index 7d56083c622f32a3d8caca14ea428a3b22787840..3598d7abdbefe690a7239beff0841ed68cfed618 100644 (file)
@@ -5,7 +5,7 @@ project(matroska VERSION 1.5.0)
 option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
 option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
 
-find_package(EBML 1.3.7 REQUIRED)
+find_package(EBML 1.3.8 REQUIRED)
 
 include(GNUInstallDirs)