From 29fa8779495f16770e288f0050e2fec6ce97d646 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 | 28 ---------------------------- doc/CMakeLists.txt | 7 ------- module.cmake | 1 - test/CMakeLists.txt | 25 ------------------------- 4 files changed, 61 deletions(-) delete mode 100644 CMakeLists.txt delete mode 100644 doc/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 44214cf..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -# -# 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 -set (lib_headers - range.hpp - range -) - -# Add a library target to the build system -boost_library_project( - range - # SRCDIRS - TESTDIRS test - HEADERS ${lib_headers} - DOCDIRS doc - DESCRIPTION "A new infrastructure for generic algorithms that builds on top of the new iterator concepts." - MODULARIZED - AUTHORS "Thorsten Ottosen " - # MAINTAINERS -) - - diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index 2a15cc3..0000000 --- a/doc/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -boost_add_documentation(boost_range.qbk) \ No newline at end of file diff --git a/module.cmake b/module.cmake deleted file mode 100644 index 49c9bc9..0000000 --- a/module.cmake +++ /dev/null @@ -1 +0,0 @@ -boost_module(range DEPENDS algorithm) \ No newline at end of file diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt deleted file mode 100644 index 0907adc..0000000 --- a/test/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -# -# 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(range BOOST_DEPENDS test) - -message(STATUS "libs/range/test: need -Wall -Wunused here when under gcc") -set( test_compile_flags "") -IF(CMAKE_COMPILER_IS_GNUCC) - SET(test_compile_flags "-Wall -Wunused") -ENDIF(CMAKE_COMPILER_IS_GNUCC) - -boost_test_run(array DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags}) -boost_test_run(iterator_pair DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags}) -boost_test_run(std_container DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags}) -boost_test_run(string DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags}) -boost_test_run(iterator_range DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags}) -boost_test_run(sub_range DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags}) -boost_test_run(partial_workaround DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags}) -boost_test_run(algorithm_example DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags}) -boost_test_run(reversible_range DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags}) -boost_test_run(const_ranges DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags}) -boost_test_run(extension_mechanism DEPENDS boost_unit_test_framework COMPILE_FLAGS ${test_compile_flags})