[packages/cjson] disable building tests
atler
atler at pld-linux.org
Mon Jan 23 10:51:15 CET 2023
commit 169419a9939cf6b43f971e5597fce3792b652e60
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Jan 23 10:50:19 2023 +0100
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cjson.git/commitdiff/169419a9939cf6b43f971e5597fce3792b652e60
More information about the pld-cvs-commit
mailing list