13 lines
412 B
Diff
13 lines
412 B
Diff
|
|
diff -purN a/CMakeLists.txt b/CMakeLists.txt
|
||
|
|
--- a/CMakeLists.txt 2024-08-13 22:34:10.000000000 +0200
|
||
|
|
+++ b/CMakeLists.txt 2025-09-27 20:07:37.674017466 +0200
|
||
|
|
@@ -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()
|