Skip to content

Commit

Permalink
fixes #1954 make BUILD_SHARED_LIBS ON by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Dec 27, 2024
1 parent 7646fd3 commit 146e10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/NNGOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else ()
endif ()

# Global options.
option(BUILD_SHARED_LIBS "Build shared library" ${BUILD_SHARED_LIBS})
option(BUILD_SHARED_LIBS "Build shared library" ON)

# We only build command line tools and tests if we are not in a
# cross-compile situation. Cross-compiling users who still want to
Expand Down

0 comments on commit 146e10d

Please sign in to comment.