mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06:00
7 lines
241 B
ReStructuredText
7 lines
241 B
ReStructuredText
CheckIncludeFiles-language-CXX
|
|
------------------------------
|
|
|
|
* The :module:`CheckIncludeFiles` module :command:`CHECK_INCLUDE_FILES`
|
|
command gained a ``LANGUAGE`` option to specify whether to check using the
|
|
``C`` or ``CXX`` compiler.
|