需要 cmake3

This commit is contained in:
wxf 2020-12-17 21:40:58 +08:00
parent 2242f7ecc5
commit 6a2709bec2

View File

@ -81,7 +81,7 @@ pushd %{_target_platform}
. /opt/rh/devtoolset-8/enable . /opt/rh/devtoolset-8/enable
%endif %endif
%cmake \ %cmake3 \
-DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_BUILD_TYPE:STRING=Release \
-DENABLE_HLS:BOOL=ON \ -DENABLE_HLS:BOOL=ON \
-DENABLE_OPENSSL:BOOL=%{with openssl} \ -DENABLE_OPENSSL:BOOL=%{with openssl} \