diff options
author | hasufell <julian.ospald@googlemail.com> | 2012-05-30 01:53:38 +0200 |
---|---|---|
committer | hasufell <julian.ospald@googlemail.com> | 2012-05-30 01:53:38 +0200 |
commit | 9cc35bf30682d4a5b7ed499e2609f6ba8b776c4f (patch) | |
tree | 10b0a5a7c73e926e32af7039c33efcaf04af5dbb | |
parent | e05f8494126c999ae6227195442126cbb7d630c5 (diff) |
Fix underlinking wrt https://bugs.gentoo.org/show_bug.cgi?id=418121
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e1edc66..1e160c14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,6 +173,7 @@ target_link_libraries(hardinfo ${GTK_LIBRARIES} ${LIBSOUP_LIBRARIES} hardinfo-shell + m ) target_link_libraries(hardinfo-shell hardinfo-help-viewer |