blob: ed5c088bc5480f57ec8ee753589e16719776915e (
plain) (
tree)
|
|
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 )
|