Ubuntu Pastebin

Paste from pete-woods at Thu, 6 Apr 2017 16:04:42 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
=== modified file 'tests/CMakeLists.txt'
--- tests/CMakeLists.txt	2017-04-06 14:49:45 +0000
+++ tests/CMakeLists.txt	2017-04-06 16:04:12 +0000
@@ -8,8 +8,6 @@
 # Build with system gmock and embedded gtest
 find_package(GMock)
 
-add_subdirectory(${GMOCK_SOURCE_DIR} "${CMAKE_CURRENT_BINARY_DIR}/gmock")
-
 # Ensure that we have a ready-made fixture maintaining a private bus instance
 # readily available in unit- and integration tests.
 add_definitions(-DCORE_DBUS_ENABLE_GOOGLE_TEST_FIXTURE)
Download as text