]> granicus.if.org Git - graphviz/commitdiff
remove check for Perl in the CMake build
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 23 May 2021 01:29:26 +0000 (18:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 03:11:42 +0000 (20:11 -0700)
Perl is no longer required for the CMake build. Related to #2067.

CMakeLists.txt

index 2af7cbba5c18f3f858bc130c0f740894095e0535..90c0ca52cb7afbb694a79f60eec5c4f17c8a0b94 100644 (file)
@@ -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)