File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ if (NOT TARGET MADworld)
4747 include (FetchContent)
4848 FetchContent_Declare(
4949 MADNESS
50- GIT_REPOSITORY https://github.com/m-a-d-n-e-s-s/madness.git
50+ GIT_REPOSITORY https://github.com/m-a-d-n-e-s-s/madness.git
5151 GIT_TAG ${TA_TRACKED_MADNESS_TAG}
52- GIT_PROGRESS TRUE
52+ GIT_PROGRESS TRUE
5353 )
5454 FetchContent_MakeAvailable(MADNESS)
5555 FetchContent_GetProperties(MADNESS
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set(TA_INSTALL_EIGEN_PREVIOUS_VERSION 3.3.7)
1111set (TA_INSTALL_EIGEN_URL_HASH SHA256=b4c198460eba6f28d34894e3a5710998818515104d6e74e5cc331ce31e46e626)
1212set (TA_INSTALL_EIGEN_PREVIOUS_URL_HASH MD5=b9e98a200d2455f06db9c661c5610496)
1313
14- set (TA_TRACKED_MADNESS_TAG bd84a52766ab497dedc2f15f2162fb0eb7ec4653)
14+ set (TA_TRACKED_MADNESS_TAG bd84a52766ab497dedc2f15f2162fb0eb7ec4653 CACHE STRING "GIT_TAG (branch or hash) for cloning MADNESS" )
1515set (TA_TRACKED_MADNESS_PREVIOUS_TAG ef97ad1f0080da04f9592f03185c1a331cd5e001)
1616set (TA_TRACKED_MADNESS_VERSION 0.10.1)
1717set (TA_TRACKED_MADNESS_PREVIOUS_VERSION 0.10.1)
You can’t perform that action at this time.
0 commit comments