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.
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.