duhengforever closed pull request #7: delete cmake find the library of 
Libevent_openssl
URL: https://github.com/apache/rocketmq-client-cpp/pull/7
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/cmake/FindLibevent.cmake b/cmake/FindLibevent.cmake
index 4ebdca1..1b0f247 100755
--- a/cmake/FindLibevent.cmake
+++ b/cmake/FindLibevent.cmake
@@ -99,7 +99,7 @@ set(_LIBEVENT_REQUIRED_VARS)
 if(WIN32)
   set(Libevent_FIND_COMPONENTS ${Libevent_LIB_PREFIX}event core extras) 
 else()
-  set(Libevent_FIND_COMPONENTS ${Libevent_LIB_PREFIX}event core extra pthreads 
openssl)
+  set(Libevent_FIND_COMPONENTS ${Libevent_LIB_PREFIX}event core extra pthreads)
 endif()  
 message(status "** libevent components: ${Libevent_FIND_COMPONENTS}")
 foreach(COMPONENT ${Libevent_FIND_COMPONENTS})


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to