]> git.pld-linux.org Git - packages/cjson.git/commitdiff
disable building tests
authorJan Palus <atler@pld-linux.org>
Mon, 23 Jan 2023 09:50:19 +0000 (10:50 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 23 Jan 2023 09:50:42 +0000 (10:50 +0100)
cjson.spec

index cfc5b2769a02e8d67e28231b8ee3c710482b3e8d..c5171ba26992cb0d3525ba504cb85becc43c7b5c 100644 (file)
@@ -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
This page took 0.200682 seconds and 4 git commands to generate.