Skip to content

Commit 6fcb24c

Browse files
authored
Removes functional from 2ndary deps in CMake subdir test (#508)
Removes Boost.Functional from the CMake add_subdirectory test. This library is no longer a secondary dependency due to an update in Fusion
1 parent 4558bb4 commit 6fcb24c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/cmake_test/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ else()
2222
charconv
2323
compat
2424
config
25+
container
2526
core
2627
describe
2728
endian
@@ -63,12 +64,10 @@ else()
6364
regex
6465
tuple
6566
unordered
66-
container
6767
integer
6868
conversion
6969
function_types
7070
fusion
71-
functional
7271
typeof
7372
)
7473

0 commit comments

Comments
 (0)