parent
80e8e68446
commit
6d3d8cb642
@ -0,0 +1,25 @@
|
|||||||
|
From 8fd83bd7a65456dfce4bfdb571450bd280acc4c5 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
||||||
|
Date: Fri, 1 Mar 2024 15:12:29 +0300
|
||||||
|
Subject: [PATCH] Fix name EBML library
|
||||||
|
|
||||||
|
---
|
||||||
|
CMakeLists.txt | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
|
index e7d11cb..17a4ef9 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.7 REQUIRED)
|
||||||
|
|
||||||
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
|
--
|
||||||
|
2.39.3
|
||||||
|
|
Loading…
Reference in new issue