Skip to content

Commit

Permalink
Using local tar.gz file instead of git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
allanleal committed Jul 8, 2021
1 parent 376d1e9 commit 98f92ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ include(ExternalProject)

ExternalProject_Add(eigen
PREFIX etc
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
GIT_TAG 9a4d04c05fbaad6e6de750b13cfeab9edeb71c90
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
URL ${CMAKE_CURRENT_SOURCE_DIR}/eigen-master-9a4d04c05fbaad6e6de750b13cfeab9edeb71c90.tar.gz
CMAKE_ARGS
-DCMAKE_GENERATOR=${CMAKE_GENERATOR}
-DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
-DEIGEN_BUILD_PKGCONFIG=${EIGEN_BUILD_PKGCONFIG})
-DEIGEN_BUILD_PKGCONFIG=${EIGEN_BUILD_PKGCONFIG}
-DBUILD_TESTING=FALSE)
Binary file not shown.

0 comments on commit 98f92ad

Please sign in to comment.