]> sigrok.org Git - pulseview.git/commitdiff
CMakeLists.txt: Remove dependency on system master github/master
authorSoeren Apel <redacted>
Mon, 10 Nov 2025 00:27:51 +0000 (01:27 +0100)
committerSoeren Apel <redacted>
Mon, 10 Nov 2025 00:29:10 +0000 (01:29 +0100)
See
https://bbs.archlinux.org/viewtopic.php?id=309669
and
https://github.com/boostorg/system/commit/7a495bb46d7ccd808e4be2a6589260839b0fd3a3

CMakeLists.txt

index 8580fa8ef54ebf5e70238756009c41b26e4d335d..e0520e0f35f57164a41d5169d1e86e1b92be57a2 100644 (file)
@@ -183,7 +183,7 @@ else()
        set(QT_LIBRARIES Qt6::Gui Qt6::Widgets Qt6::Svg)
 endif()
 
-set(BOOSTCOMPS filesystem serialization system)
+set(BOOSTCOMPS filesystem serialization)
 if(ENABLE_TESTS)
        list(APPEND BOOSTCOMPS unit_test_framework)
 endif()