Compare commits

..

1 Commits

Author SHA1 Message Date
Beman Dawes 2c030d1467 Release 1.40.0
[SVN r55802]
2009-08-27 16:24:59 +00:00
4 changed files with 27 additions and 30 deletions
+23 -16
View File
@@ -1,20 +1,27 @@
# Generated by `boostdep --cmake compatibility`
# Copyright 2020 Peter Dimov
#
# Copyright Troy D. Straszheim
#
# Distributed under the Boost Software License, Version 1.0.
# https://www.boost.org/LICENSE_1_0.txt
# 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
compatibility
)
cmake_minimum_required(VERSION 3.5...3.16)
# Add a library target to the build system
boost_library_project(
compatibility
# SRCDIRS
# TESTDIRS
HEADERS ${lib_headers}
# DOCDIRS
# DESCRIPTION
MODULARIZED
# AUTHORS
# MAINTAINERS
)
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()
+2 -2
View File
@@ -6,7 +6,7 @@
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>Boost.Compatibility library</title>
<title>Boost.Compatibilty library</title>
</head>
<body>
@@ -15,7 +15,7 @@
width="277" height="86">
<hr>
<h1>Boost.Compatibility library</h1>
<h1>Boost.Compatibilty library</h1>
<p>This library provides workarounds which allow the other Boost
libraries to be used on otherwise non-conforming platforms. We hope that
-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"
]
}
+2
View File
@@ -0,0 +1,2 @@
boost_module(compatibility)