Skip to content

Commit

Permalink
Merge pull request #1104 from libcpr/fix/static_default_build
Browse files Browse the repository at this point in the history
Do not build cpr as shared lib by default
  • Loading branch information
COM8 authored Aug 30, 2024
2 parents 3aa81a6 + b9c87b8 commit 3fbe802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ macro(cpr_option OPTION_NAME OPTION_TEXT OPTION_DEFAULT)
message(STATUS " ${OPTION_NAME}: ${${OPTION_NAME}}")
endmacro()

option(BUILD_SHARED_LIBS "Build libraries as shared libraries" ON)
message(STATUS "C++ Requests CMake Options")
message(STATUS "=======================================================")
cpr_option(CPR_GENERATE_COVERAGE "Set to ON to generate coverage reports." OFF)
Expand Down

0 comments on commit 3fbe802

Please sign in to comment.