From: Moritz Bunkus Date: Sat, 27 Jun 2020 09:10:17 +0000 (+0200) Subject: CMake: require libEBML 1.4.0 X-Git-Tag: release-1.6.0~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=486847985dd707476bc535445f8a188ea27cbcca;p=libmatroska CMake: require libEBML 1.4.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 613eab1..f6dcb24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(matroska VERSION 1.6.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.9 REQUIRED) +find_package(EBML 1.4.0 REQUIRED) include(GNUInstallDirs)