1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Remove doxygen check

This was errnously copied from wrong testing branch.
This commit is contained in:
Georg Richter
2024-10-10 15:22:57 +02:00
parent d00de5f997
commit f595e6d1a6
2 changed files with 1 additions and 3 deletions

View File

@@ -123,8 +123,6 @@ mysql_warning_count.3)
set(Python3_FIND_STRATEGY VERSION) set(Python3_FIND_STRATEGY VERSION)
find_package (Python3 REQUIRED) find_package (Python3 REQUIRED)
find_package(Doxygen REQUIRED)
ADD_CUSTOM_COMMAND(OUTPUT ${CC_MAN_PAGES_3} ADD_CUSTOM_COMMAND(OUTPUT ${CC_MAN_PAGES_3}
COMMAND python3 ${CC_SOURCE_DIR}/scripts/create_man COMMAND python3 ${CC_SOURCE_DIR}/scripts/create_man
--docs=${CC_SOURCE_DIR}/docs --funcs=${CC_BINARY_DIR}/manpages.list --docs=${CC_SOURCE_DIR}/docs --funcs=${CC_BINARY_DIR}/manpages.list

View File

@@ -19,7 +19,7 @@ int main(int argc, char *argv[]) {
if (IS_SKYSQL(hostname)) if (IS_SKYSQL(hostname))
return 0; return 0;
SKIP_TRAVIS((); SKIP_TRAVIS();
if (IS_XPAND()) if (IS_XPAND())
SKIP_XPAND; SKIP_XPAND;