]> granicus.if.org Git - libmatroska/commitdiff
require libebml 1.3.9
authorMoritz Bunkus <moritz@bunkus.org>
Mon, 27 May 2019 13:15:13 +0000 (15:15 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Mon, 27 May 2019 13:46:27 +0000 (15:46 +0200)
CMakeLists.txt

index 012c64f0c420713b733d27028354fcc82cacbc30..3b6228d5cd17bc0eaeec500e9c60e70edd2dfbe5 100644 (file)
@@ -5,7 +5,7 @@ project(matroska VERSION 1.5.1)
 option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
 option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
 
-find_package(EBML 1.3.8 REQUIRED)
+find_package(EBML 1.3.9 REQUIRED)
 
 include(GNUInstallDirs)