Attempt to fix linking on newer linux

This commit is contained in:
Siana Gearz
2011-12-23 17:06:00 +01:00
parent 40b4b47023
commit 29045609a3
6 changed files with 30 additions and 9 deletions

View File

@@ -82,10 +82,6 @@ if (DARWIN)
)
endif (DARWIN)
if (LINUX)
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lrt")
endif (LINUX)
if (WINDOWS)
set_target_properties(SLPlugin
PROPERTIES