summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2024-01-08 15:15:42 -0500
committerJonathan Bradley <jcb@pikum.xyz>2024-01-08 15:15:42 -0500
commit8e70544b340c8987daca3eb9053f026d4d96c616 (patch)
tree6dd223a6237f31d8b0e76e6ef46964826db6b459 /test/CMakeLists.txt
parent3aa95ba29a779d695c2a16905c651be768231212 (diff)
cmake install commands for pke - first pass
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 760756d..7cd4908 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,7 @@
include(FetchContent)
+
+set(INSTALL_GTEST OFF)
+set(INSTALL_GMOCK OFF)
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/8d51dc50eb7e7698427fed81b85edad0e032112e.zip