Try to force cmake3 not cmake on EPEL distros
This commit is contained in:
parent
22aeb691f3
commit
f8d6ce0255
@ -168,6 +168,9 @@ export MONO_CPU_ARCH="armv5el"
|
|||||||
%if %llvm == yes
|
%if %llvm == yes
|
||||||
export PATH=/usr/lib/mono/llvm/bin:$PATH
|
export PATH=/usr/lib/mono/llvm/bin:$PATH
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?rhel} <= 7
|
||||||
|
export CMAKE=/usr/bin/cmake3
|
||||||
|
%endif
|
||||||
%configure \
|
%configure \
|
||||||
--with-sgen=%{sgen} \
|
--with-sgen=%{sgen} \
|
||||||
%if %llvm == yes
|
%if %llvm == yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user