mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
quickstart-cmake.md: fix typo in comment
This commit is contained in:
parent
bedd931440
commit
e6036c9479
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ set(CMAKE_CXX_STANDARD 14)
|
|||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
# Since CMake 3.20 CONFIG can be omitted as the FindGTest find module will
|
||||
# prefer the upstream (provided by Google Test) GTestConfig.cmake is available
|
||||
# prefer the upstream (provided by Google Test) GTestConfig.cmake if available
|
||||
find_package(GTest 1.15.0 REQUIRED CONFIG)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue