mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-07 07:08:40 -06:00
CheckCompilerFlag: unified way to check compiler flags per language
This commit is contained in:
committed by
Brad King
parent
0cd1ef0932
commit
90dead024c
@@ -45,6 +45,7 @@ These modules are loaded using the :command:`include` command.
|
||||
/module/CheckOBJCXXSourceRuns
|
||||
/module/CheckPIESupported
|
||||
/module/CheckPrototypeDefinition
|
||||
/module/CheckCompilerFlag
|
||||
/module/CheckSourceCompiles
|
||||
/module/CheckSourceRuns
|
||||
/module/CheckStructHasMember
|
||||
|
||||
1
Help/module/CheckCompilerFlag.rst
Normal file
1
Help/module/CheckCompilerFlag.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. cmake-module:: ../../Modules/CheckCompilerFlag.cmake
|
||||
@@ -8,3 +8,7 @@ check-source-modules
|
||||
* The :module:`CheckSourceRuns` module has been added to
|
||||
generalize :module:`CheckCSourceRuns` and
|
||||
:module:`CheckCXXSourceRuns` to more languages.
|
||||
|
||||
* The :module:`CheckCompilerFlag` module has been added to
|
||||
generalize :module:`CheckCCompilerFlag` and
|
||||
:module:`CheckCXXCompilerFlag` to more languages.
|
||||
|
||||
Reference in New Issue
Block a user