summaryrefslogtreecommitdiffstats
path: root/cmakemodules/MacroLibrary.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-25 16:10:54 -0600
committerTimothy Pearson <[email protected]>2011-11-25 16:10:54 -0600
commit17e330a9ae07a8d69bd33104de59b9d3ada7b20c (patch)
tree446ac9e405555f43a7b2278ad790cae50f06373c /cmakemodules/MacroLibrary.cmake
parente5e6497cb7ef4cc3d384c1f01962f99934cc1eee (diff)
downloadkbfx-17e330a9ae07a8d69bd33104de59b9d3ada7b20c.tar.gz
kbfx-17e330a9ae07a8d69bd33104de59b9d3ada7b20c.zip
Clean up
Diffstat (limited to 'cmakemodules/MacroLibrary.cmake')
-rw-r--r--cmakemodules/MacroLibrary.cmake18
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)