From 469c5e1501492cc4bd81c03fb73f768860136452 Mon Sep 17 00:00:00 2001 From: Marco Ghibaudi <62563515+mghibaudi@users.noreply.github.com> Date: Thu, 2 May 2024 17:13:25 +0100 Subject: [PATCH] Pointing to latest version of Stim (contains updates to run on PPC) (#94) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 065f4862..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/quantumlib/stim.git - GIT_TAG 3e38d12d0a0fb3022646b694137b733a4700d300) + 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})