From 6a2709bec2c44fa4aac0cf49ffd2597b2f650978 Mon Sep 17 00:00:00 2001 From: wxf Date: Thu, 17 Dec 2020 21:40:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E8=A6=81=20cmake3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/rpm/ZLMediaKit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rpm/ZLMediaKit.spec b/package/rpm/ZLMediaKit.spec index 09d0838c..c4e5c855 100644 --- a/package/rpm/ZLMediaKit.spec +++ b/package/rpm/ZLMediaKit.spec @@ -81,7 +81,7 @@ pushd %{_target_platform} . /opt/rh/devtoolset-8/enable %endif -%cmake \ +%cmake3 \ -DCMAKE_BUILD_TYPE:STRING=Release \ -DENABLE_HLS:BOOL=ON \ -DENABLE_OPENSSL:BOOL=%{with openssl} \