From 91d318c439f24398cdb92082e2a1c1a1f6770e58 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Wed, 6 May 2020 18:48:46 +0900 Subject: [PATCH] Allow to build apogee_ppi independent of V4L Signed-off-by: OBATA Akio --- kstars/kstars/indi/CMakeLists.txt | 10 +++++----- 1 file 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