diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
| 182 | ELSEIF(WIN32) | 182 | ELSEIF(WIN32) |
| 183 | set(PLATFORM_LIBRARIES winmm ws2_32) | 183 | set(PLATFORM_LIBRARIES winmm ws2_32) |
| 184 | ELSE() | 184 | ELSEIF(CMAKE_SYSTEM_NAME MATCHES "^(Linux|kFreeBSD|GNU|SunOS)$") |
| 185 | set(PLATFORM_LIBRARIES rt) | 185 | set(PLATFORM_LIBRARIES rt) |
| 186 | ENDIF (APPLE) | 186 | ENDIF (APPLE) |
| 187 | 187 | ||