From 2c312c908a5bbee3f3688ceca8ba716a4de0ccb0 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 29 Sep 2021 08:29:38 -0400 Subject: [PATCH] More concise CMake invocation --- xalan-c.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/xalan-c.spec b/xalan-c.spec index 02f2a6d..ec9e64a 100644 --- a/xalan-c.spec +++ b/xalan-c.spec @@ -72,11 +72,7 @@ rm -vf samples/configure samples/configure.in %build -%cmake \ -%if %{with icu} - -Dtranscoder=icu \ -%endif - -GNinja +%cmake %{?with_icu:-Dtranscoder=icu} -GNinja %cmake_build