blob: ed5c088bc5480f57ec8ee753589e16719776915e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ur a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt 2022-02-11 00:15:16.610459631 +0000
+++ b/CMakeLists.txt 2022-02-11 00:15:01.221072666 +0000
@@ -191,6 +191,7 @@
endif()
target_link_libraries(mist
-lpthread
+ -lexecinfo
${LIBRT}
)
if (NOT DEFINED NOSSL )
|