From b21ffe6a30d3c1235f2c59ea4f736a115a0dea8b Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 26 Jan 2026 17:57:20 +0300 Subject: [PATCH] Remove dependencies on Boost.StaticAssert. (#229) Boost.StaticAssert has been merged into Boost.Config, so remove the dependency. --- test/cmake_subdir_test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index 2b95d33..a0fb66c 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -14,7 +14,6 @@ add_subdirectory(../../../detail boostorg/detail) add_subdirectory(../../../describe boostorg/describe) add_subdirectory(../../../integer boostorg/integer) add_subdirectory(../../../mp11 boostorg/mp11) -add_subdirectory(../../../static_assert boostorg/static_assert) add_subdirectory(../../../throw_exception boostorg/throw_exception) add_subdirectory(../../../type_traits boostorg/type_traits)