Skip to content

Commit

Permalink
Removed useless comma
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelattia committed Oct 30, 2020
1 parent 72837db commit 49c2903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ ie_dependent_option (ENABLE_FASTER_BUILD "Enable build features (PCH, UNITY) to

# Type of build, we add this as an explicit option to default it to ON
# FIXME: Ah this moment setting this to OFF will only build ngraph a static library
ie_option (BUILD_SHARED_LIBS, "Build as a shared library" ON)
ie_option (BUILD_SHARED_LIBS "Build as a shared library" ON)

0 comments on commit 49c2903

Please sign in to comment.