summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-05-06 18:48:46 +0900
committerOBATA Akio <obache@wizdas.com>2020-05-06 18:58:30 +0900
commit91d318c439f24398cdb92082e2a1c1a1f6770e58 (patch)
treefced783bfa5cb5a2769ec56b0361a11ffb692dcd
parent6e2ac1d3bb80095dfd58235c25fea9732277251f (diff)
downloadtdeedu-91d318c4.tar.gz
tdeedu-91d318c4.zip
Allow to build apogee_ppi independent of V4L
Signed-off-by: OBATA Akio <obache@wizdas.com>
-rw-r--r--kstars/kstars/indi/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/kstars/kstars/indi/CMakeLists.txt b/kstars/kstars/indi/CMakeLists.txt
index 34c08881..6b29ec38 100644
--- a/kstars/kstars/indi/CMakeLists.txt
+++ b/kstars/kstars/indi/CMakeLists.txt
@@ -272,11 +272,6 @@ tde_add_executable( sbigccd
)
-##### With Video4Linux support
-
-if( WITH_V4L )
-
-
####### apogee_ppi (executable)
set_property(
@@ -306,6 +301,11 @@ tde_add_executable( apogee_ppi
)
+##### With Video4Linux support
+
+if( WITH_V4L )
+
+
####### v4ldriver (executable)
tde_add_executable( v4ldriver