diff options
-rw-r--r-- | Modules/TestForANSIForScope.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestForANSIForScope.cmake b/Modules/TestForANSIForScope.cmake index b8afc10..5d27bb4 100644 --- a/Modules/TestForANSIForScope.cmake +++ b/Modules/TestForANSIForScope.cmake @@ -1,6 +1,6 @@ # - Check for ANSI for scope support # Check if the compiler supports std:: on stl classes. -# CMAKE_NO_STD_NAMESPACE - holds result +# CMAKE_NO_ANSI_FOR_SCOPE - holds result # IF("CMAKE_ANSI_FOR_SCOPE" MATCHES "^CMAKE_ANSI_FOR_SCOPE$") |