From e5a900ff947b939f7ef503ca27e9b966747899da Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Thu, 24 Oct 2024 21:27:15 -0500 Subject: [PATCH] build(cmake): remove Perl --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d53533038a8..85a6bdcdd4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -560,14 +560,6 @@ endif () set (CMAKE_POSITION_INDEPENDENT_CODE ON) -#----------------------------------------------------------------------------- -# perl is used in some optional src and tests, check availability -find_package (Perl) -if (PERL_FOUND) - set (H5_PERL_FOUND YES) -endif () -#----------------------------------------------------------------------------- - #----------------------------------------------------------------------------- # Option to Build Static executables #-----------------------------------------------------------------------------