File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -74,35 +74,35 @@ if (WITH_APACHE)
7474 if (STATIC_OPENSSL)
7575 set (OPENSSL_CONF --with-openssl=${CMAKE_BINARY_DIR} /libs/src/install -prefix )
7676 set (OPENSSL_DEP OpenSSL)
77- elseif ()
77+ else ()
7878 set (OPENSSL_CONF "" )
7979 set (OPENSSL_DEP "" )
8080 endif ()
8181 if (STATIC_APR)
8282 set (APR_CONF --with-apr=${CMAKE_BINARY_DIR} /libs/src/install -prefix )
8383 set (APR_DEP APR)
84- elseif ()
84+ else ()
8585 set (APR_CONF "" )
8686 set (APR_DEP "" )
8787 endif ()
8888 if (STATIC_APRUTIL)
8989 set (APRUTIL_CONF --with-apr-util=${CMAKE_BINARY_DIR} /libs/src/install -prefix )
9090 set (APRUTIL_DEP APRutil)
91- elseif ()
91+ else ()
9292 set (APRUTIL_CONF "" )
9393 set (APRUTIL_DEP "" )
9494 endif ()
9595 if (STATIC_PCRE2)
9696 set (PCRE_CONF --with-pcre=${CMAKE_BINARY_DIR} /libs/src/install -prefix /bin/pcre2-config)
9797 set (PCRE_DEP pcre2)
98- elseif ()
98+ else ()
9999 set (PCRE_CONF "" )
100100 set (PCRE_DEP "" )
101101 endif ()
102102 if (STATIC_ZLIB)
103103 set (ZLIB_CONF --with-z=${CMAKE_BINARY_DIR} /libs/src/install -prefix )
104104 set (ZLIB_DEP Zlib)
105- elseif ()
105+ else ()
106106 set (ZLIB_CONF "" )
107107 set (ZLIB_DEP "" )
108108 endif ()
@@ -122,7 +122,7 @@ if (WITH_APACHE)
122122 list (APPEND EXPAT_CONF "-DCMAKE_FIND_LIBRARY_SUFFIXES=${EXPAT_LIBRARY_SUFFIXES_ESCAPED} " )
123123 endif ()
124124 set (EXPAT_DEP EXPAT)
125- elseif ()
125+ else ()
126126 set (EXPAT_CONF "" )
127127 set (EXPAT_DEP "" )
128128 endif ()
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if (STATIC_MARIADBCONNECTOR)
7070 if (STATIC_OPENSSL)
7171 set (OPENSSL_CONF -DOPENSSL_USE_STATIC_LIBS=ON -DOPENSSL_ROOT_DIR=${CMAKE_BINARY_DIR} /libs/src/install -prefix )
7272 set (OPENSSL_DEP OpenSSL)
73- elseif ()
73+ else ()
7474 set (OPENSSL_CONF "" )
7575 set (OPENSSL_DEP "" )
7676 endif ()
You can’t perform that action at this time.
0 commit comments