Skip to content

Commit

Permalink
Follow-up to r1920043: Fix typo.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920044 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Aug 19, 2024
1 parent 8451ed4 commit cd3698c
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 @@ -73,7 +73,7 @@ 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_MODULAR_DSO "Use DSO build of modular components" ON)c
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 cd3698c

Please sign in to comment.