Skip to content

Commit

Permalink
Fixing cmake command format
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvskushal committed Mar 23, 2018
1 parent 34e4673 commit e112204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
#
# For a dynamic library, use
#
# cmake <path-to-freetype2-src-dir> -D BUILD_SHARED_LIBS:BOOL=true
# cmake -D BUILD_SHARED_LIBS:BOOL=true <path-to-freetype2-src-dir>
#
# For a framework on OS X, use
#
# cmake <path-to-freetype2-src-dir> -D BUILD_FRAMEWORK:BOOL=true -G Xcode
# cmake -D BUILD_FRAMEWORK:BOOL=true -G Xcode <path-to-freetype2-src-dir>
#
# instead.
#
Expand Down

0 comments on commit e112204

Please sign in to comment.