From 431c69474c31f7e535f0e9ed3256563e945f5c19 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 28 Sep 2015 15:23:46 -0500 Subject: [svn-r27903] Add extra line for replacement from revision 27898 --- config/cmake/HDF5_Process_Flex_Files.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/config/cmake/HDF5_Process_Flex_Files.cmake b/config/cmake/HDF5_Process_Flex_Files.cmake index 2904d2a..5947fb8 100644 --- a/config/cmake/HDF5_Process_Flex_Files.cmake +++ b/config/cmake/HDF5_Process_Flex_Files.cmake @@ -12,6 +12,7 @@ if (FILE_PARSE) # adding a perl command to find and replace this function declaration in # H5LTparse.c. file (READ ${FILE_PARSE} TEST_STREAM) + string (REGEX REPLACE "int yyparse" "hid_t yyparse" TEST_STREAM "${TEST_STREAM}") string (REGEX REPLACE "int\nyyparse" "hid_t\nyyparse" TEST_STREAM "${TEST_STREAM}") string (REGEX REPLACE "int H5LTyyparse" "hid_t H5LTyyparse" TEST_STREAM "${TEST_STREAM}") file (WRITE ${FILE_PARSE} "${TEST_STREAM}") -- cgit v0.12