We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 234907d + 3f7b94f commit 9fe1749Copy full SHA for 9fe1749
1 file changed
test/cmake_subdir_test/CMakeLists.txt
@@ -8,20 +8,6 @@ project(cmake_subdir_test LANGUAGES CXX)
8
9
add_subdirectory(../.. boostorg/int128)
10
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
25
foreach(dep IN LISTS deps)
26
27
add_subdirectory(../../../${dep} boostorg/${dep})
0 commit comments