Removed SunOS hack as it didn't work..

This commit is contained in:
Robert Osfield
2007-06-13 14:42:35 +00:00
parent b8f9364cef
commit fbd1f3031d

View File

@@ -61,11 +61,6 @@ IF(CMAKE_SYSTEM MATCHES IRIX)
SET(CMAKE_THREAD_LIBS_INIT "" CACHE INTERNAL "")
ENDIF(CMAKE_SYSTEM MATCHES IRIX)
IF(SunOS)
# SunOS requires -lrt to link otherwise undefined sybmol sched_yield is reported.
SET(CMAKE_THREAD_LIBS_INIT ${CMAKE_THREAD_LIBS_INIT} " " -lrt)
ENDIF(SunOS)
# Find OpenGL
FIND_PACKAGE(OpenGL)