rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.

[SVN r56941]
This commit is contained in:
Troy D. Straszheim
2009-10-17 01:10:45 +00:00
parent f9ea6a190e
commit 235fedba4e
3 changed files with 0 additions and 56 deletions

View File

@@ -1,27 +0,0 @@
#
# Copyright Sebastian Redl
#
# 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
set (lib_headers
property_tree
)
# Add a library target to the build system
boost_library_project(
property_tree
# SRCDIRS
TESTDIRS test
HEADERS ${lib_headers}
# DOCDIRS
# DESCRIPTION "Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users."
MODULARIZED
# AUTHORS "John Maddock <john -at- johnmaddock.co.uk>"
# MAINTAINERS
)

View File

@@ -1 +0,0 @@
boost_module(property_tree DEPENDS serialization any optional)

View File

@@ -1,28 +0,0 @@
#
# Copyright Sebastian Redl
#
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt
#
#----------------------------------------------------------------------------
boost_additional_test_dependencies(property_tree BOOST_DEPENDS test serialization)
#-- List our regression tests
set (tests
test_property_tree
test_info_parser
test_json_parser
# test_xml_parser_rapidxml
)
message(STATUS "property_tree/test/test_xml_parser_rapidxml needs love.")
# test_xml_parser_rapidxml gets compile errors that I can not figure out
#-- Create an executable test for each
foreach(test ${tests})
boost_test_run(${test} "${test}.cpp"
COMPILE_FLAGS ${test_compile_flags}
DEPENDS boost_unit_test_framework boost_serialization STATIC)
endforeach(test ${tests})