<div dir="auto"><div dir="auto">Hi,</div><div dir="auto">I am new to CMake as well as VTK. I need to build VTK with Oculus for Android.I am using A Linux PC</div><div dir="auto">I have successfully built the  standalone VTK and tested with a few examples</div><div dir="auto">Have also done the same for Oculus.</div><div dir="auto"><br></div><div dir="auto">I am using the nightly master version of VTK from</div><div dir="auto"><a href="https://github.com/Kitware/VTK">https://github.com/Kitware/VTK</a></div><div dir="auto"><br></div><div dir="auto">And Cmake feature branch of Oculus SDK from  </div><div dir="auto"><br></div><div dir="auto"><a href="https://github.com/jherico/OculusSDK">https://github.com/jherico/OculusSDK</a></div><div dir="auto">However while building VTK with Module_vtkRenderingOculus ON and OCULUSSDK_DIR  set as the path to my Oculus build directory, I am getting the following error:</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">CMake Error at Rendering/Oculus/CMakeLists.txt:3 (find_package):</div><div dir="auto">  By not providing "FindOCULUSSDK.cmake" in CMAKE_MODULE_PATH this project</div><div dir="auto">  has asked CMake to find a package configuration file provided by</div><div dir="auto">  "OCULUSSDK", but CMake did not find one.</div><div dir="auto"><br></div><div dir="auto">  Could not find a package configuration file provided by "OCULUSSDK" with</div><div dir="auto">  any of the following names:</div><div dir="auto"><br></div><div dir="auto">    OCULUSSDKConfig.cmake</div><div dir="auto">    oculussdk-config.cmake</div><div dir="auto"><br></div><div dir="auto">  Add the installation prefix of "OCULUSSDK" to CMAKE_PREFIX_PATH or set</div><div dir="auto">  "OCULUSSDK_DIR" to a directory containing one of the above files.  If</div><div dir="auto">  "OCULUSSDK" provides a separate development package or SDK, be sure it has</div><div dir="auto">  been installed.</div><div dir="auto"><br></div><div dir="auto">I manually searched the Oculus build directory but could not find any such file.Also tried rebuilding Oculus. Is there any mistake I am making? If not how can I solve the above problem?</div><div dir="auto"><br></div><div dir="auto">  The versions of the required software on my PC are as follows:</div><div dir="auto"><br></div><div dir="auto">  cmake version 3.9.0-rc3</div><div dir="auto">  OpenGL version 3.0.0</div><div dir="auto"><br></div><div dir="auto">  My PC specifications are as follows:</div><div dir="auto">  OS: Ubuntu 14.04 64-bit</div><div dir="auto">  Processor: Intel Core i3-2100 CPU @ 3.10GHz x 4 </div><div dir="auto">  Graphics: Intel (HD) Graphics 2000</div><div dir="auto">  RAM:4 GB</div><div dir="auto"><br></div><div dir="auto">--</div><div dir="auto">Rishabh Mittar</div></div>