Compare commits

..

1 Commits

Author SHA1 Message Date
Ronald Garcia 0c6a070a6c Created a branch from trunk
[SVN r38959]
2007-08-26 05:34:35 +00:00
3 changed files with 1 additions and 33 deletions
-20
View File
@@ -1,20 +0,0 @@
# Generated by `boostdep --cmake compatibility`
# Copyright 2020 Peter Dimov
# Distributed under the Boost Software License, Version 1.0.
# https://www.boost.org/LICENSE_1_0.txt
cmake_minimum_required(VERSION 3.5...3.16)
project(boost_compatibility VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
add_library(boost_compatibility INTERFACE)
add_library(Boost::compatibility ALIAS boost_compatibility)
target_include_directories(boost_compatibility INTERFACE include)
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
add_subdirectory(test)
endif()
+1 -1
View File
@@ -82,7 +82,7 @@ cxx -I/usr/local/boost/boost/compatibility/cpp_c_headers ...
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0"
src="../../doc/images/valid-html401.png" alt=
src="http://www.w3.org/Icons/valid-html401" alt=
"Valid HTML 4.01 Transitional" height="31" width="88"></a></p>
<p>Revised
-12
View File
@@ -1,12 +0,0 @@
{
"key": "compatibility",
"name": "Compatibility",
"authors": [
"Ralf Grosse-Kunstleve",
"Jens Maurer"
],
"description": "Help for non-conforming standard libraries.",
"category": [
"Workarounds"
]
}