From: David Wells Date: Thu, 4 May 2017 14:50:03 +0000 (-0400) Subject: Remove an editor backup file. X-Git-Tag: v9.0.0-rc1~1626^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4342%2Fhead;p=dealii.git Remove an editor backup file. --- diff --git a/bundled/boost-1.62.0/libs/system/src/CMakeLists.txt~ b/bundled/boost-1.62.0/libs/system/src/CMakeLists.txt~ deleted file mode 100644 index cc832f172e..0000000000 --- a/bundled/boost-1.62.0/libs/system/src/CMakeLists.txt~ +++ /dev/null @@ -1,50 +0,0 @@ -## --------------------------------------------------------------------- -## $Id$ -## -## Copyright (C) 2012 - 2014 by the deal.II authors -## -## This file is part of the deal.II library. -## -## The deal.II library is free software; you can use it, redistribute -## it, and/or modify it under the terms of the GNU Lesser General -## Public License as published by the Free Software Foundation; either -## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. -## -## --------------------------------------------------------------------- - -INCLUDE_DIRECTORIES(${BOOST_BUNDLED_INCLUDE_DIRS}) - -SET(src_boost_serialization - basic_archive.cpp - basic_iarchive.cpp - basic_iserializer.cpp - basic_oarchive.cpp - basic_oserializer.cpp - basic_pointer_iserializer.cpp - basic_pointer_oserializer.cpp - basic_serializer_map.cpp - basic_text_iprimitive.cpp - basic_text_oprimitive.cpp - basic_xml_archive.cpp - binary_iarchive.cpp - binary_oarchive.cpp - extended_type_info.cpp - extended_type_info_typeid.cpp - extended_type_info_no_rtti.cpp - polymorphic_iarchive.cpp - polymorphic_oarchive.cpp - stl_port.cpp - text_iarchive.cpp - text_oarchive.cpp - void_cast.cpp - archive_exception.cpp - xml_grammar.cpp - xml_iarchive.cpp - xml_oarchive.cpp - xml_archive_exception.cpp - ) - -DEAL_II_ADD_LIBRARY(obj_boost_serialization OBJECT ${src_boost_serialization}) -