From 8ac1e41b90f540f7be9bbaa54542c04c7ee30524 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 29 Aug 2023 08:20:13 +0200 Subject: [PATCH] Fix build --- nuspell.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nuspell.spec b/nuspell.spec index 227cf16..1d2c30f 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -13,7 +13,7 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libicu-devel BuildRequires: pandoc -BuildRequires: catch-devel +BuildRequires: catch2-devel BuildRequires: mingw32-filesystem BuildRequires: mingw32-dlfcn @@ -67,10 +67,10 @@ MinGW Windows %{name} library. %build -%cmake -DCMAKE_BUILD_TYPE=Release +%cmake %cmake_build -%mingw_cmake +%mingw_cmake -DBUILD_TESTING=OFF %mingw_make_build