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})