From: Moritz Bunkus Date: Sat, 25 May 2019 10:00:09 +0000 (+0200) Subject: build system: require libEBML 1.3.8 X-Git-Tag: release-1.5.1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c71f30850b83886c9ec310d8b5fd3473c8426998;p=libmatroska build system: require libEBML 1.3.8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d56083..3598d7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)