From 606af62868f428751cdbb82de6c114ffd79f7b88 Mon Sep 17 00:00:00 2001 From: Andreas Aigner Date: Wed, 12 Jun 2024 09:27:36 +0200 Subject: [PATCH] Remove unused Data::Dumper from cmake exporter * Remove additional dependency for old build boxes (in particular centos) CLA: trivial --- exporters/cmake/OpenSSLConfig.cmake.in | 1 - 1 file changed, 1 deletion(-) diff --git a/exporters/cmake/OpenSSLConfig.cmake.in b/exporters/cmake/OpenSSLConfig.cmake.in index 2d2321931de1d..6fdfce978a279 100644 --- a/exporters/cmake/OpenSSLConfig.cmake.in +++ b/exporters/cmake/OpenSSLConfig.cmake.in @@ -2,7 +2,6 @@ {- use lib catdir($config{sourcedir}, 'Configurations'); use platform; - use Data::Dumper; our %lib_info = ( map { my %x = ();