VES/Developers Guide (Windows)

From KitwarePublic
< VES
Revision as of 16:28, 4 January 2013 by JPouderoux (talk | contribs) (Created page with "== Eigen == =Problem= CMake may not support HTTPS protocol and the download of Eigen may fail. =Solution= In file CMake/ves-superbuild.cmake, change the line: set(eigen_url ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Eigen

Problem

CMake may not support HTTPS protocol and the download of Eigen may fail.

Solution

In file CMake/ves-superbuild.cmake, change the line:

 set(eigen_url http://bitbucket.org/eigen/eigen/get/3.1.2.tar.gz)

by

 set(eigen_url http://fossies.org/unix/privat/eigen-3.1.2.tar.gz)