Skip to content

Commit

Permalink
Fix the cmake command (#81)
Browse files Browse the repository at this point in the history
The cmake command was missing the path to the source directory (..)
  • Loading branch information
ejricha authored and kpet committed Jan 15, 2020
1 parent cf9fc10 commit 3a4d175
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 @@ -59,7 +59,7 @@ bindings (adapt paths as required):
cd OpenCL-CLHPP
mkdir build
cd build
cmake -DOPENCL_INCLUDE_DIR=/path/to/OpenCL/headers -DOPENCL_LIB_DIR=/path/to/OpenCL/library
cmake .. -DOPENCL_INCLUDE_DIR=/path/to/OpenCL/headers -DOPENCL_LIB_DIR=/path/to/OpenCL/library
make
make test
```
Expand Down

0 comments on commit 3a4d175

Please sign in to comment.