summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-05-06 18:48:46 +0900
committerSlávek Banko <slavek.banko@axis.cz>2020-05-06 12:49:54 +0200
commit30933eadc2cd8a49ce0a0235e6c26ba2df09af8c (patch)
tree0a35580f59d7f7d5b505b5f9d7e3c6f1f0c5d12e
parent2caec0e0c4ebfa79fc4ee067a45b197432f704a8 (diff)
downloadtdeedu-30933eadc2cd8a49ce0a0235e6c26ba2df09af8c.tar.gz
tdeedu-30933eadc2cd8a49ce0a0235e6c26ba2df09af8c.zip
Allow to build apogee_ppi independent of V4L
Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 91d318c439f24398cdb92082e2a1c1a1f6770e58)
-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