mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-17 18:17:32 +00:00
[eigen3] Fix source path for 3.2.10 update
This commit is contained in:
parent
b2c33488ac
commit
8fd12fed6c
@ -1,3 +1,3 @@
|
||||
Source: eigen3
|
||||
Version: 3.2.10
|
||||
Version: 3.2.10-1
|
||||
Description: C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
|
||||
|
@ -1,5 +1,5 @@
|
||||
include(vcpkg_common_functions)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/eigen-eigen-dc6cfdf9bcec)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/eigen-eigen-b9cd8366d4e8)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "http://bitbucket.org/eigen/eigen/get/3.2.10.tar.bz2"
|
||||
FILENAME "eigen-3.2.10.tar.bz2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user