summaryrefslogtreecommitdiffstats
path: root/Help/module/include
Commit message (Collapse)AuthorAgeFilesLines
* Check{,C,CXX,OBJC,OBJCXX,Fortran}SourceCompiles: Update documentationPeter Kokot2025-05-261-0/+6
| | | | | | | | | | | | | | | | | Changes: - Added intro code blocks showing how to include these modules. - Added examples sections. - Used "command" instead of "macro". - Commands sections added to have a clearer overview of the modules at first encounter. - Reworded commands arguments a bit. - Added a rubric title for variables that affect the checks. - CheckFortranSourceCompiles: Added CMake version when SRC_EXT option was introduced. - Listed CMAKE_TRY_COMPILE_TARGET_TYPE variable in the rubric together with CMAKE_REQUIRED_* variables and added an include RST file for it. - Used lowercase style for check_fortran_source_compiles().
* Help: Update CMAKE_REQUIRED_* variables for checksPeter Kokot2025-05-147-31/+35
| | | | | | | | | | | This moves indentation of the included RST files to the initial level and instead indents the include directives where used. Additionally: - Instead of ";-list", "semicolon-separated list" is used. - Instead of mentioning `<resultVar>` argument, a more general description is used. - Few minor tweaks added.
* Help: Use `*.rst` extension for included filesAlex Turbov2025-04-137-0/+34
So, editor(s) can correctly highlight the RST syntax in the included files.