Copyrights on CMakeLists.txt to keep them from clogging up the inspect

reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
This commit is contained in:
Troy D. Straszheim
2009-07-26 00:49:56 +00:00
parent 5a6bc29d7c
commit 78f1066b1f
3 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,9 @@
#
# Copyright Troy D. Straszheim
#
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt
#
#----------------------------------------------------------------------------
# This file was automatically generated from the original CMakeLists.txt file
# Add a variable to hold the headers for the library

View File

@ -1,3 +1,9 @@
#
# Copyright Troy D. Straszheim
#
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt
#
# Look for the ICU library. If we find it, we'll compile in support for ICU
include(FindICU)
set(BOOST_REGEX_LIBRARIES)

View File

@ -1,3 +1,9 @@
#
# Copyright Troy D. Straszheim
#
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt
#
boost_additional_test_dependencies(regex BOOST_DEPENDS test)
# TODO: Default to multi-threaded?