Skip to content

Commit

Permalink
On '1.7.x' branch: Merge r1920041 from trunk:
Browse files Browse the repository at this point in the history
  Follow-up to r1903912: Remove trailing dot from CMake option description.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1920046 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Aug 19, 2024
1 parent 3eba07d commit a19bdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OPTION(APR_HAVE_IPV6 "IPv6 support" ON)
OPTION(INSTALL_PDB "Install .pdb files (if generated)" ON)
OPTION(APR_BUILD_TESTAPR "Build the test suite" OFF)
OPTION(APR_BUILD_SHARED "Build shared libraries" ON)
OPTION(APR_BUILD_STATIC "Build static libraries." ON)
OPTION(APR_BUILD_STATIC "Build static libraries" ON)
OPTION(TEST_STATIC_LIBS "Test programs use APR static libraries instead of shared libraries?" OFF)
SET(MIN_WINDOWS_VER "Vista"
CACHE STRING "Minimum Windows version")
Expand Down

0 comments on commit a19bdba

Please sign in to comment.