From a97908c8947b0396ece0b16d2554c488e1dc9b37 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 20:16:52 +0300 Subject: [PATCH] Remove dependencies on Boost.StaticAssert. 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 2b95d335..a0fb66c3 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)