Skip to content

Commit 3b921c4

Browse files
author
Ivan Zhakov
committed
CMakeLists.txt: Define APU_HAVE_OPENSSL when APU_HAVE_CRYPTO is enabled and
we are going to use OpenSSL crypto backend. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1924726 13f79535-47bb-0310-9956-ffa450edef68
1 parent 56d1136 commit 3b921c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ endif()
8484

8585
if(APU_HAVE_CRYPTO)
8686
find_package(OpenSSL REQUIRED)
87+
set(APU_HAVE_OPENSSL ON)
8788
endif()
8889

8990
if(APR_XML_BACKEND STREQUAL "expat")

0 commit comments

Comments
 (0)