mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
348 B
Plaintext
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
|