Commit 9b30212f authored by Daniel Black's avatar Daniel Black

MDEV-24161: shortcut OQGRAPH dependency checks if disabled

Reviewer: Brad Smith
parent c8be6aaf
......@@ -39,6 +39,10 @@ int main() { return 0; }
ENDIF()
ENDFUNCTION()
IF(PLUGIN_OQGRAPH STREQUAL "NO")
RETURN()
ENDIF()
IF(NOT DEFINED OQGRAPH_OK)
CHECK_OQGRAPH()
IF (NOT OQGRAPH_OK)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment