From b87b02bc2cb5ba86b3df690dd89bf0df695a3437 Mon Sep 17 00:00:00 2001 From: David Williams-Young Date: Sat, 13 Feb 2021 00:09:12 +0000 Subject: [PATCH] [CMAKE] Pin to https://github.com/wavefunction91/linalg-cmake-modules/pull/1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7938a2..f87d7b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,8 @@ endif() # Get Modifed BLAS/LAPACK/ScaLAPACK Modules include( FetchContent ) FetchContent_Declare( linalg-cmake-modules - GIT_REPOSITORY https://github.com/wavefunction91/linalg-cmake-modules.git - GIT_TAG main + GIT_REPOSITORY https://github.com/ajaypanyala/linalg-cmake-modules.git + GIT_TAG 9cd2f8f7ac71ecefaf6b449ee17e84fdbee8fcd6 ) FetchContent_GetProperties( linalg-cmake-modules ) if( NOT linalg-cmake-modules_POPULATED )