mirror of
https://github.com/google/googletest.git
synced 2025-04-05 13:35:03 +00:00
fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue
This commit is contained in:
parent
665faa1622
commit
9ba29fae92
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ target_link_libraries(gtest_main gtest)
|
|||
#
|
||||
# They are not built by default. To build them, set the
|
||||
# gtest_build_samples option to ON. You can do it by running ccmake
|
||||
# or specifying the -Dbuild_gtest_samples=ON flag when running cmake.
|
||||
# or specifying the -Dgtest_build_samples=ON flag when running cmake.
|
||||
|
||||
if (gtest_build_samples)
|
||||
cxx_executable(sample1_unittest samples gtest_main samples/sample1.cc)
|
||||
|
|
Loading…
Add table
Reference in a new issue