From: Moritz Bunkus Date: Mon, 27 May 2019 13:15:13 +0000 (+0200) Subject: require libebml 1.3.9 X-Git-Tag: release-1.5.2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e617565fc06b09f1610754c7168aaa585362d14f;p=libmatroska require libebml 1.3.9 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 012c64f..3b6228d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)