diff options
Diffstat (limited to 'cmakemodules/MacroLibrary.cmake')
-rw-r--r-- | cmakemodules/MacroLibrary.cmake | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cmakemodules/MacroLibrary.cmake b/cmakemodules/MacroLibrary.cmake deleted file mode 100644 index 3b80212..0000000 --- a/cmakemodules/MacroLibrary.cmake +++ /dev/null @@ -1,18 +0,0 @@ -# - include MacroLibrary offers a collection of macros which extend the built-in cmake commands -# OPTIONAL_FIND_PACKAGE( <name> [QUIT] ) - -# Copyright (c) 2006, Alexander Neundorf, <[email protected]> -# -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. - -INCLUDE(MacroOptionalFindPackage) -INCLUDE(MacroOptionalAddSubdirectory) -INCLUDE(MacroAdditionalCleanFiles) -INCLUDE(MacroAddFileDependencies) -INCLUDE(MacroAddCompileFlags) -INCLUDE(MacroAddLinkFlags) -INCLUDE(MacroEnsureOutOfSourceBuild) -INCLUDE(MacroBoolTo01) -INCLUDE(MacroPushRequiredVars) -INCLUDE(MacroLogFeature) |