~petr-kubanek/stellarium/stellarium

« back to all changes in this revision

Viewing changes to plugins/TelescopeControl/CMakeLists.txt

  • Committer: Georg Zotti
  • Date: 2017-04-14 00:32:54 UTC
  • mfrom: (9266.1.1 stellarium)
  • Revision ID: georg.zotti@univie.ac.at-20170414003254-7hrhku74hkht7eug
Merged-in Petr Kubanek's RTS2 updates, and added a few more bits of info in the Guide.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# otherwise the local copy will be overwritten each time Stellarium is started.
4
4
SET(TELESCOPE_CONTROL_MAJOR "0")
5
5
SET(TELESCOPE_CONTROL_MINOR "2")
6
 
SET(TELESCOPE_CONTROL_PATCH "12")
 
6
SET(TELESCOPE_CONTROL_PATCH "13")
7
7
SET(TELESCOPE_CONTROL_VERSION "${TELESCOPE_CONTROL_MAJOR}.${TELESCOPE_CONTROL_MINOR}.${TELESCOPE_CONTROL_PATCH}")
8
8
 
9
9
IF(APPLE)