Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions test/cmake_subdir_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
Loading