early-access version 2853
This commit is contained in:
14
externals/vcpkg/ports/aws-c-cal/remove-libcrypto-messages.patch
vendored
Executable file
14
externals/vcpkg/ports/aws-c-cal/remove-libcrypto-messages.patch
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
diff --git a/cmake/modules/FindLibCrypto.cmake b/cmake/modules/FindLibCrypto.cmake
|
||||
index 564ba97..f748212 100644
|
||||
--- a/cmake/modules/FindLibCrypto.cmake
|
||||
+++ b/cmake/modules/FindLibCrypto.cmake
|
||||
@@ -89,9 +89,6 @@ else()
|
||||
set(LIBCRYPTO_FOUND true)
|
||||
set(LibCrypto_FOUND true)
|
||||
|
||||
- message(STATUS "LibCrypto Include Dir: ${LibCrypto_INCLUDE_DIR}")
|
||||
- message(STATUS "LibCrypto Shared Lib: ${LibCrypto_SHARED_LIBRARY}")
|
||||
- message(STATUS "LibCrypto Static Lib: ${LibCrypto_STATIC_LIBRARY}")
|
||||
if (NOT TARGET crypto AND
|
||||
(EXISTS "${LibCrypto_LIBRARY}")
|
||||
)
|
Reference in New Issue
Block a user