diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-10-02 12:44:51 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-10-02 12:44:51 (GMT) |
commit | 07c3597a86223048a61118619be39f9bf47270e4 (patch) | |
tree | 21e2b1792d5d86eec810043997cd4d7e0176f4b4 /Modules/TestForANSIStreamHeaders.cmake | |
parent | 2e78b58d797e73df17927091741f757097023dd7 (diff) | |
download | CMake-07c3597a86223048a61118619be39f9bf47270e4.zip CMake-07c3597a86223048a61118619be39f9bf47270e4.tar.gz CMake-07c3597a86223048a61118619be39f9bf47270e4.tar.bz2 |
Fix the documentation to say what it really does. Bug #9638
Diffstat (limited to 'Modules/TestForANSIStreamHeaders.cmake')
-rw-r--r-- | Modules/TestForANSIStreamHeaders.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestForANSIStreamHeaders.cmake b/Modules/TestForANSIStreamHeaders.cmake index 2ce2a55..f62f3a4 100644 --- a/Modules/TestForANSIStreamHeaders.cmake +++ b/Modules/TestForANSIStreamHeaders.cmake @@ -1,5 +1,5 @@ # - Test for compiler support of ANSI stream headers iostream, etc. -# check if we they have the standard ansi stream files (without the .h) +# check if the compiler supports the standard ANSI iostream header (without the .h) # CMAKE_NO_ANSI_STREAM_HEADERS - defined by the results # |