mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
CMAKE_REQUIRED_FLAGS now notes that space-delimited string, not ;-list is required, which could be surprising compared to similar options that do use ;-list
7 lines
405 B
Plaintext
7 lines
405 B
Plaintext
``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``.
|