Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula authored Feb 5, 2025
1 parent 34de3dd commit 14eedbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Particularly on older hardware, it is possible that you do not have OpenCL v2.0
To change the C++ language standard language with which Qrack is compiled, use `-DCPP_STD=n`, where "`n`" is the two-digit standard year:

```sh
cmake -DCPP_SIM=11 ..
cmake -DCPP_STD=11 ..
```

Qrack is backwards compatible as far as C++11. By default, Qrack builds for C++14. For minimum support for all optional dependencies, C++14 or later might be required.
Expand Down

0 comments on commit 14eedbc

Please sign in to comment.