diff options
| -rw-r--r-- | cmake/NNGOptions.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/NNGOptions.cmake b/cmake/NNGOptions.cmake index fbca75cf..c0b6d63a 100644 --- a/cmake/NNGOptions.cmake +++ b/cmake/NNGOptions.cmake @@ -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 |
