From 169419a9939cf6b43f971e5597fce3792b652e60 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 23 Jan 2023 10:50:19 +0100 Subject: [PATCH] disable building tests --- cjson.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cjson.spec b/cjson.spec index cfc5b27..c5171ba 100644 --- a/cjson.spec +++ b/cjson.spec @@ -40,7 +40,8 @@ Pliki nagłówkowe biblioteki cJSON. install -d build cd build %cmake .. \ - -DENABLE_CJSON_UTILS=ON + -DENABLE_CJSON_TEST:BOOL=OFF \ + -DENABLE_CJSON_UTILS:BOOL=ON %install rm -rf $RPM_BUILD_ROOT -- 2.44.0