Skip to content

Commit

Permalink
Download eigen from official github mirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
YukioOobuchi committed Aug 1, 2018
1 parent c826e81 commit 26e3e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if(BUILD_CPP_LIB)
list(APPEND NBLA_INCLUDE_DIRS
${PROJECT_SOURCE_DIR}/include
${NNABLA_DIR}/include
${CMAKE_CURRENT_SOURCE_DIR}/third_party/eigen-eigen-de14376a69f8)
${CMAKE_CURRENT_SOURCE_DIR}/third_party/eigen-git-mirror-3.3.5)
include_directories(${NBLA_INCLUDE_DIRS};${PROJECT_BINARY_DIR})

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ if(BUILD_TEST)
add_subdirectory(googletest-release-1.7.0)
endif()

download_and_extract_third_party_library(eigen-eigen-de14376a69f8 https://bitbucket.org/eigen/eigen/get/de14376a69f8.zip)
download_and_extract_library(eigen-git-mirror-3.3.5 .zip https://github.com/eigenteam/eigen-git-mirror/archive/3.3.5.zip)

0 comments on commit 26e3e0e

Please sign in to comment.