From 50c0df75d82cfba8c750fa88add950e2a01a7a43 Mon Sep 17 00:00:00 2001 From: sjunges Date: Mon, 15 Feb 2016 23:16:31 +0100 Subject: [PATCH] towards supporting xcode generator again Former-commit-id: 9a3142f242721585ee6763c30620853ea6c89ba6 --- resources/3rdparty/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/3rdparty/CMakeLists.txt b/resources/3rdparty/CMakeLists.txt index b602d4682..694ab7265 100644 --- a/resources/3rdparty/CMakeLists.txt +++ b/resources/3rdparty/CMakeLists.txt @@ -43,6 +43,8 @@ ExternalProject_Add( CMAKE_ARGS -Dgtest_force_shared_crt=ON -DCXX=${CMAKE_CXX_COMPILER} # Disable install step INSTALL_COMMAND "" + BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/gtest-1.7.0" + INSTALL_DIR "${CMAKE_CURRENT_BINARY_DIR}/gtest-1.7.0" # Wrap download, configure and build steps in a script to log output LOG_CONFIGURE ON LOG_BUILD ON)