From 3f7b94f591b39db0622ee2364db85bd8d652a719 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Mon, 27 Apr 2026 17:01:56 -0400 Subject: [PATCH] Remove deps from subdir test --- test/cmake_subdir_test/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index d1b238cd..67d7424f 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -8,20 +8,6 @@ project(cmake_subdir_test LANGUAGES CXX) add_subdirectory(../.. boostorg/int128) -set(deps - -# Primary dependencies - -assert -config -core - -# Secondary dependencies - -static_assert -throw_exception -) - foreach(dep IN LISTS deps) add_subdirectory(../../../${dep} boostorg/${dep})