14 Commits

Author SHA1 Message Date
Peter Dimov
858097c08e Add a dummy header to preserve the presence of an include directory, in order to not break downstream third-party installation logic; revert changes to CMakeLists.txt 2026-01-06 18:03:18 +02:00
Peter Dimov
b137322f65 Install boost_static_assert in CMakeLists.txt 2025-12-26 19:43:25 +02:00
Andrey Semashev
4cc0d67e50 Removed library sources and docs; moved to Boost.Config.
This library has been merged into Boost.Config, including sources,
documentation, tests and examples. index.html updated to redirect to
Boost.Config. README.md and meta/libraries.json were updated to mention
that the library was merged into Boost.Config.

CMakeLists.txt and build.jam are retained to define Boost.StaticAssert
targets, which are now empty and only add the dependency on Boost.Config.
This is to avoid breaking downstream libraries that have Boost.StaticAssert
as a dependency. These users will need to be updated, and at that point
this entire git submodule can be deleted.

Tests, examples and CI configs are preserved at the request by Peter Dimov.
2025-12-12 14:58:31 +03:00
Peter Dimov
482e81cddd Update CMakeLists.txt 2021-06-10 02:06:15 +03:00
Peter Dimov
944702b862 Add comment 2019-12-27 06:04:16 +02:00
Peter Dimov
1aaabeb02b Fix indentation 2019-12-27 04:28:29 +02:00
Peter Dimov
9064caf95f Merge branch 'pr/add-cmake-install' into feature/add-cmake-tests 2019-12-27 04:24:37 +02:00
Peter Dimov
f970afff9d Disable installation without the superproject; add comments 2019-12-27 04:22:53 +02:00
Peter Dimov
a8597c46d5 Add CMake testing support 2019-12-26 18:58:11 +02:00
Peter Dimov
609a5c0cd1 Add CMake install support (needed by type_traits) 2019-12-26 17:16:45 +02:00
Mike Dev
68e4213583 [CMake] Generate cmake target that other libraries can use
... to express their dependency on this library and retrieve any
configuration information such as the include directory, binary
to link to (if any), transitive dependencies, necessary compiler
options or the required c++ standards level.
2018-10-01 10:41:48 +02:00
Troy D. Straszheim
23d7abde22 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]
2009-10-17 01:10:45 +00:00
Troy D. Straszheim
9e4d6dfeff Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +00:00
Troy D. Straszheim
9e411076c6 merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00