Skip to content

Commit

Permalink
build(cmake): remove Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Oct 25, 2024
1 parent 0b2f034 commit e5a900f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
#-----------------------------------------------------------------------------
Expand Down

0 comments on commit e5a900f

Please sign in to comment.