Skip to content

Commit 0b19aa3

Browse files
committed
fix path argument in cmake script
1 parent 9b2556e commit 0b19aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Use following instruction to build.
22
```bash
3-
cmake -DBOOST_LIB=D:\boost_1_57_0\boost_1_57_0\build\lib -DBOOST_INCLUDE=D:\boost_1_57_0\boost_1_57_0 -DBOOST_VER:STRING=1.57.0 -DCMAKE_BUILD_TYPE=Debug ./
3+
cmake -DBOOST_LIB=`<your boost static libs path>` -DBOOST_INCLUDE`<your boost include path>` -DBOOST_VER:STRING=`<your boost version>` -DCMAKE_BUILD_TYPE=Debug ./
44
```

0 commit comments

Comments
 (0)