Skip to content

Commit

Permalink
Follow-up to r1903912: Remove trailing dot from CMake option descript…
Browse files Browse the repository at this point in the history
…ion.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920041 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Aug 19, 2024
1 parent 244930b commit 422a84d
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 @@ -72,7 +72,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" ON)
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(APR_MODULAR_DSO "Use DSO build of modular components." ON)
OPTION(APR_POOL_DEBUG "Turn on pools debugging." OFF)
OPTION(TEST_STATIC_LIBS "Test programs use APR static libraries instead of shared libraries?" OFF)
Expand Down

0 comments on commit 422a84d

Please sign in to comment.