Have no update step in external googletest build

This enables (re)building sdbus-c++ with already built googletest without the need for Internet connection
This commit is contained in:
sangelovic
2019-05-26 15:38:58 +02:00
parent 6ee66dfc47
commit c13ee60b7e

View File

@ -12,6 +12,7 @@ ExternalProject_Add(googletest
GIT_SHALLOW 1
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
UPDATE_COMMAND ""
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""