From c57555907d571490781698c80b6d15f62d207c0b Mon Sep 17 00:00:00 2001 From: mghibaudi Date: Wed, 24 Apr 2024 13:53:02 +0100 Subject: [PATCH] Updating reference to Stim now that it includes PPC support --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 154b812d..490609bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ FetchContent_Declare( FetchContent_MakeAvailable(googletest) FetchContent_Declare(stim - GIT_REPOSITORY https://github.com/mghibaudi/stim.git - GIT_TAG dcab1df201de09c6e0f7b032c9b99245d4860d29) + GIT_REPOSITORY https://github.com/quantumlib/Stim.git + GIT_TAG da4594c5ede00a063ec2b84bd830f846b5d097dd) FetchContent_MakeAvailable(stim) if (NOT (MSVC)) target_compile_options(libstim PRIVATE -fno-strict-aliasing -fPIC ${ARCH_OPT})