From 272352969834598cfd20f3e8b15916aa3ccebbbb Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 29 Mar 2021 20:28:58 +0200 Subject: Clean ECM's attic --- attic/modules/MacroLibrary.cmake | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 attic/modules/MacroLibrary.cmake (limited to 'attic/modules/MacroLibrary.cmake') diff --git a/attic/modules/MacroLibrary.cmake b/attic/modules/MacroLibrary.cmake deleted file mode 100644 index a467d840..00000000 --- a/attic/modules/MacroLibrary.cmake +++ /dev/null @@ -1,19 +0,0 @@ -# - include MacroLibrary offers a collection of macros which extend the built-in cmake commands - -# Copyright (c) 2006, Alexander Neundorf, -# -# 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(MacroAppendIf) -INCLUDE(MacroEnsureOutOfSourceBuild) -INCLUDE(MacroBoolTo01) -INCLUDE(MacroPushRequiredVars) -INCLUDE(MacroLogFeature) -INCLUDE(MacroWriteBasicCMakeVersionFile) -- cgit v1.2.1