Skip to content

Commit af02198

Browse files
committed
CMakeLists.txt: Remove dependency on system
See https://bbs.archlinux.org/viewtopic.php?id=309669 and boostorg/system@7a495bb
1 parent e2fe9df commit af02198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ else()
183183
set(QT_LIBRARIES Qt6::Gui Qt6::Widgets Qt6::Svg)
184184
endif()
185185

186-
set(BOOSTCOMPS filesystem serialization system)
186+
set(BOOSTCOMPS filesystem serialization)
187187
if(ENABLE_TESTS)
188188
list(APPEND BOOSTCOMPS unit_test_framework)
189189
endif()

0 commit comments

Comments
 (0)