Files
CMake/Help/variable/include/IGNORE_SEARCH_SYSTEM.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

6 lines
317 B
ReStructuredText

|CMAKE_IGNORE_VAR| is populated by CMake as part of its platform
and toolchain setup. Its purpose is to ignore locations containing
incompatible binaries meant for the host rather than the target platform.
The project or end user should not modify this variable, they should use
|CMAKE_IGNORE_NONSYSTEM_VAR| instead.