diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-26 18:44:02 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-26 18:44:02 +0100 |
commit | 62ec1cdac6d6be67aea8bfaf51a48c243951b1a2 (patch) | |
tree | 6ac169eda39ae3b04e8b7198af2bdc2f1421e21b /tests | |
parent | 4e0477899f07300bead912e7622c05fa8ef65588 (diff) | |
parent | 889c006f9fcc57889ccb7d10ebadcf53463ae24c (diff) | |
download | ayatana-ido-62ec1cdac6d6be67aea8bfaf51a48c243951b1a2.tar.gz ayatana-ido-62ec1cdac6d6be67aea8bfaf51a48c243951b1a2.tar.bz2 ayatana-ido-62ec1cdac6d6be67aea8bfaf51a48c243951b1a2.zip |
Merge branch 'JamiKettunen-modern-gtest'
Attributes GH PR #63: https://github.com/AyatanaIndicators/ayatana-ido/pull/63
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 74a258f..28c5727 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(GMock) +find_package(GTest REQUIRED) # gtest-menuitems |