Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 86ab27f5 authored by hhakim's avatar hhakim
Browse files

Fix issue MSVC compiling error (issue #243): out of space memory. Using older...

Fix issue MSVC compiling error (issue #243): out of space memory. Using older version of eigen (3.2.8 instead of 3.4.0).
parent 8616f34a
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ elseif(WIN32)
message(STATUS "------------------------------------------------")
message(STATUS "------------------------------------------------")
set(EIGEN_LINK https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zip)
set(EIGEN_LINK https://gitlab.com/libeigen/eigen/-/archive/3.2.8/eigen-3.2.8.zip)
string(REGEX REPLACE "https://.*/(.*).zip" "\\1" EIGEN_LIB_NAME ${EIGEN_LINK})
if(NOT EXISTS ${CMAKE_SOURCE_DIR}/externals/win/zipLibs/${EIGEN_LIB_NAME}.zip)
file(DOWNLOAD ${EIGEN_LINK} ${CMAKE_SOURCE_DIR}/externals/win/zipLibs/${EIGEN_LIB_NAME}.zip SHOW_PROGRESS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment