You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
405 B
7 lines
405 B
``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``.
|