We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8451ed4 commit cd3698cCopy full SHA for cd3698c
CMakeLists.txt
@@ -73,7 +73,7 @@ OPTION(INSTALL_PDB "Install .pdb files (if generated)" ON)
73
OPTION(APR_BUILD_TESTAPR "Build the test suite" ON)
74
OPTION(APR_BUILD_SHARED "Build shared libraries" ON)
75
OPTION(APR_BUILD_STATIC "Build static libraries" ON)
76
-OPTION(APR_MODULAR_DSO "Use DSO build of modular components" ON)c
+OPTION(APR_MODULAR_DSO "Use DSO build of modular components" ON)
77
OPTION(APR_POOL_DEBUG "Turn on pools debugging" OFF)
78
OPTION(TEST_STATIC_LIBS "Test programs use APR static libraries instead of shared libraries?" OFF)
79
0 commit comments