Skip to content

Commit

Permalink
Follow-up to r1917974: 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@1920043 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Aug 19, 2024
1 parent 9eedaac commit 8451ed4
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 @@ -74,7 +74,7 @@ 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_MODULAR_DSO "Use DSO build of modular components" ON)c
OPTION(APR_POOL_DEBUG "Turn on pools debugging." OFF)
OPTION(APR_POOL_DEBUG "Turn on pools debugging" OFF)
OPTION(TEST_STATIC_LIBS "Test programs use APR static libraries instead of shared libraries?" OFF)

SET(APR_INSTALL_BIN_DIR "bin" CACHE STRING "Install subdirectory for binary files")
Expand Down

0 comments on commit 8451ed4

Please sign in to comment.