From 2f16ffc3c01179c38cfd938cce7f0395bd3fce9e Mon Sep 17 00:00:00 2001 From: Andreas Pakulat Date: Mon, 11 May 2009 13:41:53 +0000 Subject: Fix typo preventing 1.37 to be found. Re-Add my copyright and a notice regarding license svn path=/trunk/KDE/kdelibs/; revision=966579 --- modules/FindBoost.cmake | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/FindBoost.cmake b/modules/FindBoost.cmake index c2dd58f0..8534abd9 100644 --- a/modules/FindBoost.cmake +++ b/modules/FindBoost.cmake @@ -11,7 +11,15 @@ # 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) -set( Boost_ADDITIONAL_VERSION ${Boost_ADDITIONAL_VERSIONS} "1.37") +# +# Copyright (c) 2009 Andreas Pakulat +# +# 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) -- cgit v1.2.1