Skip to content

Commit

Permalink
Merge pull request #255 from allavena/fix/readme-for-shared-libs
Browse files Browse the repository at this point in the history
Cmake option for shared libs is BUILD_SHARED_LIBS with an "S" at the …
  • Loading branch information
gjasny committed Feb 15, 2019
2 parents 3d0a371 + f6caa06 commit 24cd899
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 @@ -81,7 +81,7 @@ mkdir _build
cd _build
# run cmake
cmake .. -DBUILD_SHARED_LIB=ON # or OFF for static libraries
cmake .. -DBUILD_SHARED_LIBS=ON # or OFF for static libraries
# build
make -j 4
Expand Down

0 comments on commit 24cd899

Please sign in to comment.