We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce3c3c commit 760fdfeCopy full SHA for 760fdfe
third-party/libuv-1.46.0/CMakeLists.txt
@@ -24,7 +24,7 @@ set(CMAKE_C_STANDARD 90)
24
25
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
26
27
-option(LIBUV_BUILD_SHARED "Build shared lib" ON)
+option(LIBUV_BUILD_SHARED "Build shared lib" OFF)
28
29
cmake_dependent_option(LIBUV_BUILD_TESTS
30
"Build the unit tests when BUILD_TESTING is enabled and we are the root project" ON
0 commit comments