From 9ba29fae92ac7c4a0ac5a63b3ea4d623c7c2023b Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Tue, 9 Jul 2013 04:45:37 +0000 Subject: fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 64527f74..81107665 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- cgit v1.2.3