aboutsummaryrefslogtreecommitdiff
path: root/ports/gtest/usage
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-11-14 11:25:58 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-11-14 11:25:58 -0800
commit13bb9a0f0216cd2899279b566b6a4aaf5246740a (patch)
tree704563f73b8075b5289e5f7fa4ce042f03343857 /ports/gtest/usage
parent62a2530385517147049ba41cc80affa905c8bdb5 (diff)
parent74360420458e01b72e519830cb2bc4017a986a90 (diff)
downloadvcpkg-13bb9a0f0216cd2899279b566b6a4aaf5246740a.tar.gz
vcpkg-13bb9a0f0216cd2899279b566b6a4aaf5246740a.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/roschuma/4711
Diffstat (limited to 'ports/gtest/usage')
-rw-r--r--ports/gtest/usage2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gtest/usage b/ports/gtest/usage
index fa226ceed..d40782e0e 100644
--- a/ports/gtest/usage
+++ b/ports/gtest/usage
@@ -1,6 +1,6 @@
The package gtest is compatible with built-in CMake targets:
enable_testing()
- find_package(GTest REQUIRED)
+ find_package(GTest MODULE REQUIRED)
target_link_libraries(main PRIVATE GTest::GTest GTest::Main)
add_test(AllTestsInMain main)