diff options
author | Pete Woods <pete.woods@canonical.com> | 2016-12-09 12:07:28 +0000 |
---|---|---|
committer | Pete Woods <pete.woods@canonical.com> | 2016-12-09 12:07:28 +0000 |
commit | c03a279425d32f78a0a960f90d439cbbe5f462de (patch) | |
tree | 50879d579b070079b79c2c467b4fc640c594212e /tests | |
parent | 0395e394c6b3656364ca7f1f4dab6e09a83d9f7f (diff) | |
download | ayatana-indicator-sound-c03a279425d32f78a0a960f90d439cbbe5f462de.tar.gz ayatana-indicator-sound-c03a279425d32f78a0a960f90d439cbbe5f462de.tar.bz2 ayatana-indicator-sound-c03a279425d32f78a0a960f90d439cbbe5f462de.zip |
Fix gmock breakage
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index 939e329..62d6475 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -1,7 +1,7 @@ set(CMAKE_AUTOMOC ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) -include(FindGMock) +find_package(GMock) #pkg_check_modules(GMENUHARNESS REQUIRED libgmenuharness REQUIRED) #include_directories(${GMENUHARNESS_INCLUDE_DIRS}) @@ -129,4 +129,4 @@ target_link_libraries( sound-indicator-dbus-interfaces ) -#add_subdirectory(utils)
\ No newline at end of file +#add_subdirectory(utils) |