pkgsrc-ng/security/mbedtls1/patches/patch-programs_test_CMakeLists.txt
2016-11-18 22:39:22 +01:00

15 lines
348 B
Plaintext

$NetBSD: patch-programs_test_CMakeLists.txt,v 1.1 2016/06/16 09:21:11 fhajny Exp $
Make OpenSSL optional.
--- programs/test/CMakeLists.txt.orig 2015-06-04 12:49:19.000000000 +0000
+++ programs/test/CMakeLists.txt
@@ -1,4 +1,6 @@
-FIND_PACKAGE(OpenSSL)
+if(ENABLE_TESTING)
+ FIND_PACKAGE(OpenSSL)
+endif(ENABLE_TESTING)
set(libs
mbedtls