Skip to content

Commit

Permalink
Pointing to latest version of Stim (contains updates to run on PPC) (#94
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mghibaudi authored May 2, 2024
1 parent 07d53bc commit 469c5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 469c5e1

Please sign in to comment.