aboutsummaryrefslogtreecommitdiff
path: root/attic
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-17 00:07:31 +0200
committerAlex Neundorf <neundorf@kde.org>2011-08-17 00:07:31 +0200
commitc15561f7e07f8e628aa97b99a94fe5894b1fc575 (patch)
tree2962bf7dd467eca58b1cdd41d74f1e2d822d7960 /attic
parent5b50472218331bfd4216b2bf163bde6947bc4610 (diff)
downloadextra-cmake-modules-c15561f7e07f8e628aa97b99a94fe5894b1fc575.tar.gz
extra-cmake-modules-c15561f7e07f8e628aa97b99a94fe5894b1fc575.tar.bz2
Remove, it's simply a forwarder to cmake
Alex
Diffstat (limited to 'attic')
-rw-r--r--attic/modules/FindBoost.cmake25
1 files changed, 0 insertions, 25 deletions
diff --git a/attic/modules/FindBoost.cmake b/attic/modules/FindBoost.cmake
deleted file mode 100644
index 8534abd9..00000000
--- a/attic/modules/FindBoost.cmake
+++ /dev/null
@@ -1,25 +0,0 @@
-# - Try to find Boost include dirs and libraries
-#
-# Please see the Documentation for Boost in the CMake Manual for details
-# This module only forwards to the one included in cmake for compatibility
-# reasons.
-
-# This call is kept for compatibility of this module with CMake 2.6.2, which
-# only knows about Boost < 1.37.
-# Note: Do _not_ add new Boost versions here, we're trying to get rid
-# of this module in kdelibs, but thats only possible if there's a CMake-included
-# version that finds all modules that this file finds.
-# Instead add a similar call with newer version numbers to the CMakeLists.txt
-# in your project before calling find_package(Boost)
-#
-# Copyright (c) 2009 Andreas Pakulat <apaku@gmx.de>
-#
-# Redistribution AND use is allowed according to the terms of the New
-# BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-
-
-set( Boost_ADDITIONAL_VERSIONS ${Boost_ADDITIONAL_VERSIONS} "1.37" )
-
-include(${CMAKE_ROOT}/Modules/FindBoost.cmake)
-