Skip to content

Commit 0274b61

Browse files
committed
CMake: remove copy paste SQLite references from test VideoList
Only the backend recording extender test uses SQLite if available.
1 parent 66fe729 commit 0274b61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mythtv/programs/mythfrontend/test/test_videolist/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
# See the file LICENSE_FSF for licensing information.
55
#
66

7-
if(NOT TARGET SQLite::SQLite3)
8-
message(
9-
WARNING "Can't build test for RecordingExtender feature. Missing SQLite3.")
10-
endif()
11-
127
add_executable(
138
test_videolist ../../upnpscanner.cpp ../../videofilter.cpp
149
../../videolist.cpp test_videolist.cpp test_videolist.h)

0 commit comments

Comments
 (0)