From 6200956f93eabb0fe040902fda3716b676b2921a Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 11 Oct 2012 08:45:56 +0200 Subject: Link explicitly against libm --- tools/gui/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/gui/CMakeLists.txt') diff --git a/tools/gui/CMakeLists.txt b/tools/gui/CMakeLists.txt index b30f3ea..ff5e9f6 100644 --- a/tools/gui/CMakeLists.txt +++ b/tools/gui/CMakeLists.txt @@ -30,7 +30,9 @@ if (GTK2_FOUND) egg-histogram-view.c) target_link_libraries(control uca - ${GTK2_LIBRARIES} ${GTHREAD2_LIBRARIES}) + ${GTK2_LIBRARIES} + ${GTHREAD2_LIBRARIES} + m) install(TARGETS control RUNTIME DESTINATION bin) -- cgit v1.2.3