We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d8971 commit 454248eCopy full SHA for 454248e
CMakeLists.txt
@@ -57,6 +57,10 @@ include_directories(${PCRE2_INCLUDE_DIRS})
57
if(NOT MARIADB_CONNECTOR_FOUND)
58
message(STATUS "Building MariaDB Connector-C from source.")
59
include(cmake/BuildMariaDBConnector.cmake)
60
+else()
61
+ # This is required as the core depends on the `connector-c` target
62
+ add_custom_target(connector-c)
63
+ message(STATUS "Using system Connector-C")
64
endif()
65
66
# You can find the variables set by this in the FindCURL.cmake file
0 commit comments