File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ if (NOT TARGET MADworld)
47
47
include (FetchContent)
48
48
FetchContent_Declare(
49
49
MADNESS
50
- GIT_REPOSITORY https://github.com/m-a-d-n-e-s-s/madness.git
50
+ GIT_REPOSITORY " ${TA_TRACKED_MADNESS_URL} "
51
51
GIT_TAG ${TA_TRACKED_MADNESS_TAG}
52
- GIT_PROGRESS TRUE
52
+ GIT_PROGRESS TRUE
53
53
)
54
54
FetchContent_MakeAvailable(MADNESS)
55
55
FetchContent_GetProperties(MADNESS
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ set(TA_INSTALL_EIGEN_PREVIOUS_VERSION 3.3.7)
11
11
set (TA_INSTALL_EIGEN_URL_HASH SHA256=b4c198460eba6f28d34894e3a5710998818515104d6e74e5cc331ce31e46e626)
12
12
set (TA_INSTALL_EIGEN_PREVIOUS_URL_HASH MD5=b9e98a200d2455f06db9c661c5610496)
13
13
14
- set (TA_TRACKED_MADNESS_TAG bd84a52766ab497dedc2f15f2162fb0eb7ec4653)
14
+ set (TA_TRACKED_MADNESS_URL https://github.com/m-a-d-n-e-s-s/madness.git CACHE STRING "GIT_REPOSITORY for cloning MADNESS source" )
15
+ set (TA_TRACKED_MADNESS_TAG bd84a52766ab497dedc2f15f2162fb0eb7ec4653 CACHE STRING "GIT_TAG (branch or hash) for cloning MADNESS" )
15
16
set (TA_TRACKED_MADNESS_PREVIOUS_TAG ef97ad1f0080da04f9592f03185c1a331cd5e001)
16
17
set (TA_TRACKED_MADNESS_VERSION 0.10.1)
17
18
set (TA_TRACKED_MADNESS_PREVIOUS_VERSION 0.10.1)
You can’t perform that action at this time.
0 commit comments