mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
065d4300c0
Switch to AUTORELEASE to avoid manual increments. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
168 B
Diff
11 lines
168 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1042,7 +1042,6 @@ endif()
|
|
#
|
|
# OpenSSL/libressl.
|
|
#
|
|
-find_package(OpenSSL)
|
|
if(OPENSSL_FOUND)
|
|
#
|
|
# We have OpenSSL.
|