Skip to content

Commit 31bc6f7

Browse files
committed
Fix instructions for building with tests
1 parent e4c84c5 commit 31bc6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ emulation. To build the tests, use the following terminal commands:
8989
```
9090
mkdir build
9191
cd build
92-
cmake -DCMAKE_BUILD_TYPE=Release -DPPC_BUILD_PPC_TESTS=True ..
92+
cmake -DCMAKE_BUILD_TYPE=Release -DDPPC_BUILD_PPC_TESTS=True ..
9393
make testppc
9494
```
9595

0 commit comments

Comments
 (0)