diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 8e1fc696a..04007a538 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -193,7 +193,7 @@ if (ANDROID) | |||
| 193 | endif() | 193 | endif() |
| 194 | endif() | 194 | endif() |
| 195 | 195 | ||
| 196 | if (CMAKE_SYSTEM_NAME STREQUAL "Linux") | 196 | if (UNIX AND NOT APPLE) |
| 197 | add_subdirectory(gamemode) | 197 | add_subdirectory(gamemode) |
| 198 | endif() | 198 | endif() |
| 199 | 199 | ||