]> granicus.if.org Git - graphviz/commitdiff
remove legacy CMake replacement script
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 16 Sep 2020 01:13:40 +0000 (18:13 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 22 Sep 2020 14:44:09 +0000 (07:44 -0700)
This should have been removed in 5e78a26f6820b8bf85038f269583ee879022fa3e.
Related to #1806.

cmake/modify_common_htmlparse.cmake.in [deleted file]

diff --git a/cmake/modify_common_htmlparse.cmake.in b/cmake/modify_common_htmlparse.cmake.in
deleted file mode 100644 (file)
index 908b080..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-file(READ @CMAKE_CURRENT_BINARY_DIR@/htmlparse.h file_contents)
-string(REPLACE "yy" "html" file_contents "${file_contents}")
-file(WRITE @CMAKE_CURRENT_BINARY_DIR@/htmlparse.h "${file_contents}")
-
-file(READ @CMAKE_CURRENT_BINARY_DIR@/htmlparse.c file_contents)
-string(REPLACE "yy" "html" file_contents "${file_contents}")
-file(WRITE @CMAKE_CURRENT_BINARY_DIR@/htmlparse.c "${file_contents}")