CheckC*CompilerFlag: add documentation what to expect from a positive result
This commit is contained in:
parent
93eec2ecd1
commit
293ecfeb79
|
@ -6,6 +6,9 @@
|
||||||
# sets CMAKE_REQUIRED_DEFINITIONS to <flag>.
|
# sets CMAKE_REQUIRED_DEFINITIONS to <flag>.
|
||||||
# See help for CheckCSourceCompiles for a listing of variables
|
# See help for CheckCSourceCompiles for a listing of variables
|
||||||
# that can otherwise modify the build.
|
# that can otherwise modify the build.
|
||||||
|
# The result only tells that the compiler does not give an error message when
|
||||||
|
# it encounters the flag. If the flag has any effect or even a specific one is
|
||||||
|
# beyond the scope of this module.
|
||||||
|
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
# Copyright 2006-2011 Kitware, Inc.
|
# Copyright 2006-2011 Kitware, Inc.
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
# sets CMAKE_REQUIRED_DEFINITIONS to <flag>.
|
# sets CMAKE_REQUIRED_DEFINITIONS to <flag>.
|
||||||
# See help for CheckCXXSourceCompiles for a listing of variables
|
# See help for CheckCXXSourceCompiles for a listing of variables
|
||||||
# that can otherwise modify the build.
|
# that can otherwise modify the build.
|
||||||
|
# The result only tells that the compiler does not give an error message when
|
||||||
|
# it encounters the flag. If the flag has any effect or even a specific one is
|
||||||
|
# beyond the scope of this module.
|
||||||
|
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
# Copyright 2006-2010 Kitware, Inc.
|
# Copyright 2006-2010 Kitware, Inc.
|
||||||
|
|
Loading…
Reference in New Issue