Skip to content

Commit

Permalink
Fix CMake Error "VOLK required but not found."
Browse files Browse the repository at this point in the history
When manually building from source:
CMake Error at CMakeLists.txt:420 (message):
  VOLK required but not found.
  • Loading branch information
facorazza authored and marcusmueller committed Jun 29, 2019
1 parent 346d16e commit 79a94e8
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 @@ -80,7 +80,7 @@ Abbreviated instructions are duplicated below.
2. Checkout the latest code:
```
$ git clone https://github.com/gnuradio/gnuradio.git
$ git clone --recursive https://github.com/gnuradio/gnuradio.git
```
3. Build with CMake:
Expand Down

0 comments on commit 79a94e8

Please sign in to comment.