Fix issues finding INDI and compiling
- Don't prefix INDI header include
We're finding files without the libindi prefix, so we shouldn't be using said prefix in the include.
- Proper CMake find_path PATHS usage
CMake doesn't appear to properly search PATHS in at least some situations if PATHS isn't explicitly specified.
Edited by Ian Hattendorf