1
0

Revert "fixed bad reference to math library"

This reverts commit 0836e5e660.
This commit is contained in:
Tycho Bickerstaff 2013-12-20 13:51:33 +00:00
parent efaabb16df
commit bc2d23550c

View File

@ -19,8 +19,7 @@ add_library(tolualib ${LIB_SOURCE})
#m is the standard math librarys #m is the standard math librarys
if(UNIX) if(UNIX)
find_library(M_LIB m) target_link_libraries(m)
target_link_libraries(${M_LIB})
endif() endif()
target_link_libraries(tolua lua tolualib) target_link_libraries(tolua lua tolualib)