[modify cmake parameter]
This commit is contained in:
parent
63bfb3a21a
commit
7629406d32
|
@ -45,10 +45,10 @@ mkdir build && cd build
|
||||||
cmake .. && cmake --build .
|
cmake .. && cmake --build .
|
||||||
```
|
```
|
||||||
|
|
||||||
if compiling on an arm64 processor, you need add one parameter:
|
if compiling on an aarch64 processor, you need add one parameter:
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
cmake .. -DARMVER=arm64 && cmake --build .
|
cmake .. -DCPUTYPE=aarch64 && cmake --build .
|
||||||
```
|
```
|
||||||
|
|
||||||
# Quick Run
|
# Quick Run
|
||||||
|
|
Loading…
Reference in New Issue