From 235fedba4ead576cc532bb5af7940675e69eae18 Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Sat, 17 Oct 2009 01:10:45 +0000 Subject: [PATCH] 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] --- CMakeLists.txt | 27 --------------------------- module.cmake | 1 - test/CMakeLists.txt | 28 ---------------------------- 3 files changed, 56 deletions(-) delete mode 100644 CMakeLists.txt delete mode 100644 module.cmake delete mode 100644 test/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 2f10651..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -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 " - # MAINTAINERS -) - - diff --git a/module.cmake b/module.cmake deleted file mode 100644 index 8517f41..0000000 --- a/module.cmake +++ /dev/null @@ -1 +0,0 @@ -boost_module(property_tree DEPENDS serialization any optional) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt deleted file mode 100644 index e512617..0000000 --- a/test/CMakeLists.txt +++ /dev/null @@ -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})