summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e3f2ab8f..9fc4f5675 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -181,7 +181,7 @@ ELSEIF(MINGW)
181 add_definitions(-D_WIN32_WINNT=0x0600) 181 add_definitions(-D_WIN32_WINNT=0x0600)
182ELSEIF(WIN32) 182ELSEIF(WIN32)
183 set(PLATFORM_LIBRARIES winmm ws2_32) 183 set(PLATFORM_LIBRARIES winmm ws2_32)
184ELSE() 184ELSEIF(CMAKE_SYSTEM_NAME MATCHES "^(Linux|kFreeBSD|GNU|SunOS)$")
185 set(PLATFORM_LIBRARIES rt) 185 set(PLATFORM_LIBRARIES rt)
186ENDIF (APPLE) 186ENDIF (APPLE)
187 187