From: Matthew Fernandez Date: Sun, 23 May 2021 01:29:26 +0000 (-0700) Subject: remove check for Perl in the CMake build X-Git-Tag: 2.47.3~22^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b93eba756fcf0375df3ae27527363414f1937b2;p=graphviz remove check for Perl in the CMake build Perl is no longer required for the CMake build. Related to #2067. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2af7cbba5..90c0ca52c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,6 @@ find_package(AWK REQUIRED) find_package(BISON REQUIRED) find_package(FLEX REQUIRED) find_package(Git REQUIRED) -find_package(Perl REQUIRED) # ================== Convenient values for CMake configuration ================= set(BINARY_INSTALL_DIR bin)