From: Matthew Fernandez Date: Wed, 16 Sep 2020 01:13:40 +0000 (-0700) Subject: remove legacy CMake replacement script X-Git-Tag: 2.46.0~20^2^2~70^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c5ef42469e1026b6fcb1586d8dc15115925cc95;p=graphviz remove legacy CMake replacement script This should have been removed in 5e78a26f6820b8bf85038f269583ee879022fa3e. Related to #1806. --- diff --git a/cmake/modify_common_htmlparse.cmake.in b/cmake/modify_common_htmlparse.cmake.in deleted file mode 100644 index 908b080b0..000000000 --- a/cmake/modify_common_htmlparse.cmake.in +++ /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}")