Skip to content

Commit 9fe1749

Browse files
authored
Merge pull request #382 from cppalliance/subdir
Remove deps from subdir test
2 parents 234907d + 3f7b94f commit 9fe1749

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

test/cmake_subdir_test/CMakeLists.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ project(cmake_subdir_test LANGUAGES CXX)
88

99
add_subdirectory(../.. boostorg/int128)
1010

11-
set(deps
12-
13-
# Primary dependencies
14-
15-
assert
16-
config
17-
core
18-
19-
# Secondary dependencies
20-
21-
static_assert
22-
throw_exception
23-
)
24-
2511
foreach(dep IN LISTS deps)
2612

2713
add_subdirectory(../../../${dep} boostorg/${dep})

0 commit comments

Comments
 (0)