Skip to content

Commit

Permalink
Remove nexstar evo driver to obsolete since AUX should suffice now
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Mar 6, 2021
1 parent 704789f commit 083ac5f
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ option(BUILD_LIBS "Build 3rd Party Libraries, not 3rd Party Drivers" Off)
# Define standard set of drivers to build (default linux target)
option(WITH_EQMOD "Install EQMod Driver" On)
option(WITH_STARBOOK "Install Starbook Driver" On)
option(WITH_NSE "Install Nexstar Evo Driver" On)
option(WITH_CAUX "Install Celestron AUX Driver" On)
option(WITH_SX "Install StarLight Xpress Driver" On)
option(WITH_MAXDOME "Install MaxDomeII Driver" On)
Expand Down Expand Up @@ -290,11 +289,6 @@ add_subdirectory(indi-aagcloudwatcher)
add_subdirectory(indi-aagcloudwatcher-ng)
endif (WITH_CLOUDWATCHER)

## Nexstar Evo
if (WITH_NSE)
add_subdirectory(indi-nexstarevo)
endif (WITH_NSE)

## Celestron AUX
if (WITH_CAUX)
add_subdirectory(indi-celestronaux)
Expand Down
4 changes: 4 additions & 0 deletions indi-celestronaux/indi_celestronaux.xml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
<driver name="Celestron AUX">indi_celestron_aux</driver>
<version>@CAUX_VERSION_MAJOR@.@CAUX_VERSION_MINOR@</version>
</device>
<device label="Nexstar Evolution" manufacturer="Celestron">
<driver name="Celestron AUX">indi_celestron_aux</driver>
<version>@CAUX_VERSION_MAJOR@.@CAUX_VERSION_MINOR@</version>
</device>
</devGroup>
</driversList>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 083ac5f

Please sign in to comment.