Skip to content

Commit

Permalink
Updating reference to Stim now that it includes PPC support
Browse files Browse the repository at this point in the history
  • Loading branch information
mghibaudi committed Apr 24, 2024
1 parent 76eb3bd commit c575559
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/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})
Expand Down

0 comments on commit c575559

Please sign in to comment.