Fixed connector-c being updated and built after every make invokation
The update step was unnecessary but it was still done which caused the sources to be updated and built again.
This commit is contained in:
parent
cea5f24319
commit
d810aa3be0
@ -18,7 +18,8 @@ ExternalProject_Add(connector-c
|
||||
GIT_TAG ${MARIADB_CONNECTOR_C_TAG}
|
||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/connector-c/install
|
||||
BINARY_DIR ${CMAKE_BINARY_DIR}/connector-c
|
||||
INSTALL_DIR ${CMAKE_BINARY_DIR}/connector-c/install)
|
||||
INSTALL_DIR ${CMAKE_BINARY_DIR}/connector-c/install
|
||||
UPDATE_COMMAND "")
|
||||
|
||||
set(MARIADB_CONNECTOR_FOUND TRUE CACHE INTERNAL "")
|
||||
set(MARIADB_CONNECTOR_STATIC_FOUND TRUE CACHE INTERNAL "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user