From bc2d23550c21c940e86a5329867bc79f29b42f70 Mon Sep 17 00:00:00 2001 From: Tycho Bickerstaff Date: Fri, 20 Dec 2013 13:51:33 +0000 Subject: Revert "fixed bad reference to math library" This reverts commit 0836e5e6602f3101660e7653d7796be7f8f5bd80. --- lib/tolua++/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/tolua++/CMakeLists.txt b/lib/tolua++/CMakeLists.txt index b27e9f67b..9a84c05b2 100644 --- a/lib/tolua++/CMakeLists.txt +++ b/lib/tolua++/CMakeLists.txt @@ -19,8 +19,7 @@ add_library(tolualib ${LIB_SOURCE}) #m is the standard math librarys if(UNIX) -find_library(M_LIB m) -target_link_libraries(${M_LIB}) +target_link_libraries(m) endif() target_link_libraries(tolua lua tolualib) -- cgit v1.2.3