Skip to content

Commit

Permalink
off libuv build shared
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Sep 15, 2023
1 parent 5ce3c3c commit 760fdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/libuv-1.46.0/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(CMAKE_C_STANDARD 90)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

option(LIBUV_BUILD_SHARED "Build shared lib" ON)
option(LIBUV_BUILD_SHARED "Build shared lib" OFF)

cmake_dependent_option(LIBUV_BUILD_TESTS
"Build the unit tests when BUILD_TESTING is enabled and we are the root project" ON
Expand Down

0 comments on commit 760fdfe

Please sign in to comment.