From 413b1303418a1abc997e1f95abe0c5f4d18ff095 Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Sat, 19 Nov 2022 18:31:18 +0200 Subject: [PATCH] Revert the change of the previous commit --- tests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 29649f6..8b1ec0b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -3,7 +3,6 @@ include(FetchContent) FetchContent_Declare( googletest URL https://github.com/google/googletest/archive/9a32aee22d771387c494be2d8519fbdf46a713b2.zip - FIND_PACKAGE_ARGS NAMES GTest ) # For Windows: Prevent overriding the parent project's compiler/linker settings