forked from pool/rtl_433
0974559e3c
initial package for rtl_433 OBS-URL: https://build.opensuse.org/request/show/488024 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=1
14 lines
451 B
Diff
14 lines
451 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 6376b88..62a8991 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -71,7 +71,7 @@ add_custom_target(uninstall
|
|
########################################################################
|
|
add_subdirectory(include)
|
|
add_subdirectory(src)
|
|
-add_subdirectory(tests)
|
|
+#add_subdirectory(tests)
|
|
|
|
# use space-separation format for the pc file
|
|
STRING(REPLACE ";" " " RTL433_PC_CFLAGS "${RTL433_PC_CFLAGS}")
|