From 19f03d6ae152af0ced8ba559b3e551b78401d119 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Aug 13 2019 16:14:39 +0000 Subject: Revert "Fix cmake macro on RHEL" This reverts commit e5e884cea834c4fa393fd98776ec334f54bc764a. Signed-off-by: Igor Gnatenko --- diff --git a/boost-nowide.spec b/boost-nowide.spec index c9f5dd3..2f78fd1 100644 --- a/boost-nowide.spec +++ b/boost-nowide.spec @@ -5,7 +5,7 @@ %if 0%{?rhel} && 0%{?rhel} <= 7 %global boost_suffix 169 %global cmake_suffix 3 -%define cmake %{expand:%%cmake%{cmake_suffix}} +%global cmake %%cmake%{cmake_suffix} %endif Name: boost-nowide