Removed useless dependency

This commit is contained in:
emeric
2023-06-26 23:53:26 +02:00
parent 6bbe6b6eec
commit 635f81d1e7
-1
View File
@@ -24,7 +24,6 @@ target_link_libraries(lmsauth PRIVATE
)
target_link_libraries(lmsauth PUBLIC
pthread
Boost::system
Wt::Wt
)