Skip to content

Commit cd3698c

Browse files
author
Ivan Zhakov
committed
Follow-up to r1920043: Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920044 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8451ed4 commit cd3698c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ OPTION(INSTALL_PDB "Install .pdb files (if generated)" ON)
7373
OPTION(APR_BUILD_TESTAPR "Build the test suite" ON)
7474
OPTION(APR_BUILD_SHARED "Build shared libraries" ON)
7575
OPTION(APR_BUILD_STATIC "Build static libraries" ON)
76-
OPTION(APR_MODULAR_DSO "Use DSO build of modular components" ON)c
76+
OPTION(APR_MODULAR_DSO "Use DSO build of modular components" ON)
7777
OPTION(APR_POOL_DEBUG "Turn on pools debugging" OFF)
7878
OPTION(TEST_STATIC_LIBS "Test programs use APR static libraries instead of shared libraries?" OFF)
7979

0 commit comments

Comments
 (0)