summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-07-09 04:45:37 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-07-09 04:45:37 +0000
commit90d1e5432bec96898b48bfb738a46578ee35aea0 (patch)
tree132f0fde43ae9c1ce669f260964ad0db619ecad2
parent36440e23b964d64229ba8e4c8b34f643f79b7af3 (diff)
downloadgtest-90d1e5432bec96898b48bfb738a46578ee35aea0.tar.gz
gtest-90d1e5432bec96898b48bfb738a46578ee35aea0.tar.bz2
gtest-90d1e5432bec96898b48bfb738a46578ee35aea0.tar.xz
fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue
git-svn-id: http://googletest.googlecode.com/svn/trunk@659 861a406c-534a-0410-8894-cb66d6ee9925
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64527f7..8110766 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)