Skip to content

Commit 8ad85d8

Browse files
committed
Fix a typo in cmake example
1 parent 552eae0 commit 8ad85d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ CMake build option:
8282
# Configure
8383
mkdir build && cd bulid
8484
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/ \
85-
-DDENABLE_STATIC_LIBS=ON \
85+
-DENABLE_STATIC_LIBS=ON \
8686
..
8787
8888
# Build

0 commit comments

Comments
 (0)