diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-10-09 20:11:47 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-10-09 20:11:47 (GMT) |
commit | ebd0c2d3771835a1317c1fd70eafd3ebf2135b01 (patch) | |
tree | 1dc8f5805b5f3f01933bc0035b3b6cad7b04b73a /Modules/TestForANSIStreamHeaders.cmake | |
parent | f9687e328f7ea64ea6384aae11af36fdd3a12643 (diff) | |
download | CMake-ebd0c2d3771835a1317c1fd70eafd3ebf2135b01.zip CMake-ebd0c2d3771835a1317c1fd70eafd3ebf2135b01.tar.gz CMake-ebd0c2d3771835a1317c1fd70eafd3ebf2135b01.tar.bz2 |
Merge in changes for RC 3
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 # |