From c13ee60b7e995723d53d0e65a92308cac4f1624e Mon Sep 17 00:00:00 2001 From: sangelovic Date: Sun, 26 May 2019 15:38:58 +0200 Subject: [PATCH] Have no update step in external googletest build This enables (re)building sdbus-c++ with already built googletest without the need for Internet connection --- tests/googletest-download/CMakeLists.txt.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/googletest-download/CMakeLists.txt.in b/tests/googletest-download/CMakeLists.txt.in index 5c2a362..7ba54b4 100644 --- a/tests/googletest-download/CMakeLists.txt.in +++ b/tests/googletest-download/CMakeLists.txt.in @@ -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 ""