From: Moritz Bunkus Date: Thu, 19 Apr 2018 10:56:10 +0000 (+0200) Subject: cmake: fix requirement name of libebml X-Git-Tag: release-1.4.9~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=263aa5d6ef3a065177ed4b9b0d474f97943e8145;p=libmatroska cmake: fix requirement name of libebml libebml's cmake file is called EbmlConfig.cmake. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a9745d6..01b5ca3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF) option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/") -find_package(ebml 1.3.5 REQUIRED) +find_package(Ebml 1.3.5 REQUIRED) include(GNUInstallDirs)