Skip to content

Commit

Permalink
Fix alpine zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 6, 2025
1 parent 476a639 commit 5c31308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/UserverSetupEnvironment.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ function(_userver_setup_environment_impl)
message(STATUS "ccache: disabled")
endif()

if(CMAKE_SYSTEM_NAME MATCHES "Darwin" AND NOT USERVER_CONAN)
set(Boost_NO_BOOST_CMAKE ON PARENT_SCOPE)
endif()

# Build type specific
if (CMAKE_BUILD_TYPE MATCHES "Debug" OR CMAKE_BUILD_TYPE MATCHES "Test")
add_compile_definitions(_GLIBCXX_ASSERTIONS)
Expand Down
2 changes: 2 additions & 0 deletions scripts/docs/en/deps/alpine.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ python3-dev
snappy-dev
snappy-static
yaml-cpp-dev
zlib-dev
zlib-static

0 comments on commit 5c31308

Please sign in to comment.