From 29c24529be0f644ae5ef4f51cfa0963a2eb708ac Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 19 Feb 2015 10:23:01 -0600 Subject: Round the value because apparently i386 ends up at 59.9 in the test and truncation causes a failure. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 115c2eb..194dfc9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -171,6 +171,7 @@ add_library( target_link_libraries( indicator-sound-service-lib ${SOUNDSERVICE_LIBRARIES} + -lm ) ########################### -- cgit v1.2.3