14 lines
369 B
Diff
14 lines
369 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index d803558..a94b676 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -11,6 +11,8 @@ if(DEFINED QT_VERSION_MAJOR)
|
||
|
add_definitions(-DQT_STRICT_ITERATORS)
|
||
|
endif(DEFINED QT_VERSION_MAJOR)
|
||
|
|
||
|
+include(CheckIncludeFiles)
|
||
|
+
|
||
|
check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
|
||
|
|
||
|
if(NOT HAVE_DVB)
|