diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-11-14 11:25:58 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-14 11:25:58 -0800 |
| commit | 13bb9a0f0216cd2899279b566b6a4aaf5246740a (patch) | |
| tree | 704563f73b8075b5289e5f7fa4ce042f03343857 /ports/gtest/usage | |
| parent | 62a2530385517147049ba41cc80affa905c8bdb5 (diff) | |
| parent | 74360420458e01b72e519830cb2bc4017a986a90 (diff) | |
| download | vcpkg-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/usage | 2 |
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)
|
