Be more explicit in comment

This commit is contained in:
Sebastian Messmer 2016-02-12 10:57:11 +01:00
parent 41f215e5cb
commit 8f5e5640de
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ include(CTest)
if (BUILD_TESTING)
function(install)
# Do nothing. Disable cmake install() commands in googletest.
# Do nothing. This disables cmake install() commands in googletest.
endfunction()
add_subdirectory(gtest-1.7.0)