summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-11 08:45:56 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-11 08:45:56 +0200
commit6200956f93eabb0fe040902fda3716b676b2921a (patch)
tree0f3438b0c6d8159c290425a0842cbca6c438c7a1
parent195ccad179d96766165b1dc846dbe066fffc43ac (diff)
downloaduca-6200956f93eabb0fe040902fda3716b676b2921a.tar.gz
uca-6200956f93eabb0fe040902fda3716b676b2921a.tar.bz2
uca-6200956f93eabb0fe040902fda3716b676b2921a.tar.xz
uca-6200956f93eabb0fe040902fda3716b676b2921a.zip
Link explicitly against libm
-rw-r--r--tools/gui/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
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)