diff options
author | OBATA Akio <obache@wizdas.com> | 2020-05-06 18:48:46 +0900 |
---|---|---|
committer | OBATA Akio <obache@wizdas.com> | 2020-05-06 18:58:30 +0900 |
commit | 91d318c439f24398cdb92082e2a1c1a1f6770e58 (patch) | |
tree | fced783bfa5cb5a2769ec56b0361a11ffb692dcd /kstars | |
parent | 6e2ac1d3bb80095dfd58235c25fea9732277251f (diff) | |
download | tdeedu-91d318c439f24398cdb92082e2a1c1a1f6770e58.tar.gz tdeedu-91d318c439f24398cdb92082e2a1c1a1f6770e58.zip |
Allow to build apogee_ppi independent of V4L
Signed-off-by: OBATA Akio <obache@wizdas.com>
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/kstars/indi/CMakeLists.txt | 10 |
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 |