mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 15:50:50 -06:00
Help: Link from CMAKE_<LANG>_FLAGS to <LANG>FLAGS environment variables
This commit is contained in:
@@ -4,3 +4,14 @@ CMAKE_<LANG>_FLAGS
|
||||
Flags for all build types.
|
||||
|
||||
``<LANG>`` flags used regardless of the value of :variable:`CMAKE_BUILD_TYPE`.
|
||||
|
||||
This is initialized for each language from environment variables:
|
||||
|
||||
* ``CMAKE_C_FLAGS``:
|
||||
Initialized by the :envvar:`CFLAGS` environment variable.
|
||||
* ``CMAKE_CXX_FLAGS``:
|
||||
Initialized by the :envvar:`CXXFLAGS` environment variable.
|
||||
* ``CMAKE_CUDA_FLAGS``:
|
||||
Initialized by the :envvar:`CUDAFLAGS` environment variable.
|
||||
* ``CMAKE_Fortran_FLAGS``:
|
||||
Initialized by the :envvar:`FFLAGS` environment variable.
|
||||
|
||||
Reference in New Issue
Block a user