]> git.pld-linux.org Git - packages/zxing-cpp-nu.git/commitdiff
- disable tests to avoid downloading fmtlib and gtest auto/th/zxing-cpp-nu-1.2.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 9 Feb 2022 07:49:31 +0000 (08:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 9 Feb 2022 07:49:31 +0000 (08:49 +0100)
zxing-cpp-nu.spec

index 835bdef66b64ddece36378cf5710582475e4397c..ec96c9a2ab216685c2ca5fe0fc87b1a36d18ceb2 100644 (file)
@@ -1,4 +1,5 @@
 # note: older fork in zxing-cpp.spec (both are parallel-installable)
+# TODO: python module
 Summary:       C++ port of ZXing - 1D/2D barcode image processing library
 Summary(pl.UTF-8):     Port C++ biblioteki ZXing, przetwarzającej kody paskowe 1D/2D
 Name:          zxing-cpp-nu
@@ -41,6 +42,8 @@ Pliki nagłówkowe biblioteki ZXing.
 install -d build
 cd build
 %cmake .. \
+       -DBUILD_BLACKBOX_TESTS=OFF \
+       -DBUILD_UNIT_TESTS=OFF \
        -DCMAKE_INSTALL_INCLUDEDIR=include \
        -DCMAKE_INSTALL_LIBDIR=%{_lib}
 
This page took 0.669108 seconds and 4 git commands to generate.