Skip to content

Commit

Permalink
fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanyong.wan committed Jul 9, 2013
1 parent 665faa1 commit 9ba29fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9ba29fa

Please sign in to comment.