VES/Developers Guide (Windows)
From KitwarePublic
< VES
Jump to navigationJump to search
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 ...")
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)