diff options
Diffstat (limited to 'modules/MacroLibrary.cmake')
-rw-r--r-- | modules/MacroLibrary.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/MacroLibrary.cmake b/modules/MacroLibrary.cmake new file mode 100644 index 00000000..25abc38d --- /dev/null +++ b/modules/MacroLibrary.cmake @@ -0,0 +1,5 @@ +# - include MacroLibrary offers a collection of macros which extend the built-in cmake commands +# OPTIONAL_FIND_PACKAGE( <name> [QUIT] ) + +INCLUDE (MacroOptionalFindPackage) + |