summaryrefslogtreecommitdiffstats
path: root/Tests/FindGTest
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindGTest')
-rw-r--r--Tests/FindGTest/Test/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/FindGTest/Test/CMakeLists.txt b/Tests/FindGTest/Test/CMakeLists.txt
index 99368ac..b65b9d2 100644
--- a/Tests/FindGTest/Test/CMakeLists.txt
+++ b/Tests/FindGTest/Test/CMakeLists.txt
@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.1)
project(TestFindGTest CXX)
include(CTest)
-# CMake does not actually provide FindGTest publicly.
-set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../../Source/Modules)
-
find_package(GTest REQUIRED)
add_executable(test_gtest_tgt main.cxx)