Skip to content

Commit

Permalink
ENABLE_FIXED_POINT does not exist as CMake option
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jul 5, 2024
1 parent 5617778 commit 8c6360b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
cd qrack
mkdir build
cd build
cmake -DENABLE_COMPLEX_X2=OFF -DENABLE_SSE3=OFF -DENABLE_RDRAND=OFF -DENABLE_OPENCL=OFF -DENABLE_FIXED_POINT=ON -DQBCAPPOW=12 -DCPP_STD=14 ..
cmake -DENABLE_COMPLEX_X2=OFF -DENABLE_SSE3=OFF -DENABLE_RDRAND=OFF -DENABLE_OPENCL=OFF -DQBCAPPOW=12 -DCPP_STD=14 ..
make qrack_pinvoke qrack_cl_precompile
- name: Build Wheel
Expand Down

0 comments on commit 8c6360b

Please sign in to comment.