Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 348 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 348 Bytes

Redefining functions and macros

This recipe shows how to redefine functions and macros. Our example will show how to emulate the include_guard command, which is built-in since CMake 3.10, on systems running an older version of CMake.