Files
CMake/Help/module/include/CMAKE_REQUIRED_FLAGS.rst
Alex Turbov 9784834b4c Help: Use *.rst extension for included files
So, editor(s) can correctly highlight the RST syntax in the included files.
2025-04-14 03:07:46 +04:00

7 lines
405 B
ReStructuredText

``CMAKE_REQUIRED_FLAGS``
String of additional flags to pass to the compiler. The string must be
space-delimited--a :ref:`;-list <CMake Language Lists>` will not work.
The contents of :variable:`CMAKE_<LANG>_FLAGS <CMAKE_<LANG>_FLAGS>` and
its associated configuration-specific variable are automatically added
to the compiler command before the contents of ``CMAKE_REQUIRED_FLAGS``.