I have zero knowledge of CMake. I've downloaded OpenCV 3.0.0 and I'm trying to get CMake to detect the Python 3.5 I have installed with my Anaconda 3 install. At the moment, CMake is able to detect my Python 2.7 and Python 3.4.3 that came with the Ubuntu install. How do I make CMake detect my Anaconda 3 Python 3.5 install? I don't know but it feels like it should be just a simple option that tells CMake which directory to look for Python 3, but I don't know how to do it.
I've read this question and it doesn't tell me what I'm looking for.