Re: Problem with installing Eigen 3
Posted by Cédric Hubert on
URL: http://granoo.326.s1.nabble.com/Problem-with-installing-Eigen-3-tp256p259.html
In some cases, you must help CMake finding the required modules.
This can be done by adding a command line argument to the cmake command:
cmake path/to/cmakelists -DCMAKE_PREFIX_PATH=path/to/qt/install/directory
You will probably encounter other problems during the linking stage, or when trying to run computations, which I don’t always understand. As a consequence, I strongly suggest to switch on a Linux machine...
Anyway, good luck