Skip to content

Commit

Permalink
force eigen to download tag 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slimeth committed Oct 20, 2020
1 parent 5d5d03e commit 4aa396b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flightlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(

message(STATUS "======> Setup Dependencies")
if(EIGEN_FROM_SYSTTEM)
find_package(Eigen3 3.3.4 QUIET EXACT REQUIRED)
find_package(Eigen3 3.3.4 QUIET)
if(EIGEN3_FOUND)
message(STATUS "Using system provided Eigen.")
message(${EIGEN3_INCLUDE_DIR})
Expand Down
2 changes: 1 addition & 1 deletion flightlib/cmake/eigen_download.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(eigen-external)
include(ExternalProject)
ExternalProject_Add(eigen
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
GIT_TAG master
GIT_TAG 3.3.4
SOURCE_DIR "${PROJECT_SOURCE_DIR}/externals/eigen/eigen3"
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
Expand Down

0 comments on commit 4aa396b

Please sign in to comment.