Debian 9

Following the instructions on the git page I compiled and installed indi without a hitch. Now I'm trying to follow the eqmod example but it says it can't find the indi include directory.

pat@192.168.0.105:~/projects/indi/build/indi-eqmod$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=D
ebug ../../3rdparty/indi-eqmod
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /home/pat/projects/indi/cmake_modules/FindINDI.cmake:274 (message):
  Could not find INDI include directory
Call Stack (most recent call first):
  CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/pat/projects/indi/build/indi-eqmod/CMakeFiles/CMakeOutput.log".

I was going to include the .log but it's huge. Instead I looked at the eqmod cmakelists.txt line 10 and that's
find_package(INDI REQUIRED)

I've looked and I don't see any steps I missed...

Read More...