Skip to content

Commit

Permalink
* build/vcpkg/apr-2/portfile.cmake: Remove code to support FEATURE_MI…
Browse files Browse the repository at this point in the history
…NIMAL_BUILD.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1918061 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed May 30, 2024
1 parent 766105f commit 22a4db1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/vcpkg/apr-2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ if (VCPKG_TARGET_IS_WINDOWS)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" APR_BUILD_STATIC)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" APR_BUILD_SHARED)

if (FEATURE_MINIMAL_BUILD)
set(APU_USE_EXPAT OFF)
else()
set(APU_USE_EXPAT ON)
endif()

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
Expand Down

0 comments on commit 22a4db1

Please sign in to comment.