fix findINDI
AbandonedPublic

Authored by mutlaqja on Mar 9 2017, 11:46 AM.

Details

Reviewers
jriddell
Summary

https://git.reviewboard.kde.org/r/129998/
Currently you need to run cmake twice for it to pick up INDI. This moves the IF(NOT FOUND) section to before the section for dealing with a found indi. It fixes the pkgconfig check to search for "libindi" rather than "INDI" as used in the pkgconfig file. It tidies up the indentation which is a bit nuts.

Test Plan

ran cmake, now works first time

Diff Detail

Repository
R321 KStars
Lint
Lint Skipped
Unit
Unit Tests Skipped
jriddell created this revision.Mar 9 2017, 11:46 AM
jriddell added a reviewer: mutlaqja.
mutlaqja commandeered this revision.Mar 29 2017, 12:46 PM
mutlaqja abandoned this revision.
mutlaqja edited reviewers, added: jriddell; removed: mutlaqja.

Already merged