File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ if(TARGET Tidy::Tidy)
104104 set (header tidyp.h)
105105 endif ()
106106
107+ check_symbol_exists(tidyOptGetCategory "${header} " HAVE_TIDYOPTGETCATEGORY)
107108 check_symbol_exists(tidyOptGetDoc "${header} " HAVE_TIDYOPTGETDOC)
108109 check_symbol_exists(tidyReleaseDate "${header} " HAVE_TIDYRELEASEDATE)
109110 cmake_pop_check_state()
Original file line number Diff line number Diff line change 44/* Define to 1 if you have the <tidybuffio.h> header file. */
55#cmakedefine HAVE_TIDYBUFFIO_H 1
66
7+ /* Define to 1 if Tidy library has the 'tidyOptGetCategory' function. */
8+ #cmakedefine HAVE_TIDYOPTGETCATEGORY 1
9+
710/* Define to 1 if Tidy library has the 'tidyOptGetDoc' function. */
811#cmakedefine HAVE_TIDYOPTGETDOC 1
912
You can’t perform that action at this time.
0 commit comments