diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8eccd2d..7dddfd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -43,7 +43,7 @@ add_definitions(-Wall) | |||
| 43 | add_subdirectory (libusbmuxd) | 43 | add_subdirectory (libusbmuxd) |
| 44 | if (WITH_USBMUXD) | 44 | if (WITH_USBMUXD) |
| 45 | add_subdirectory (daemon) | 45 | add_subdirectory (daemon) |
| 46 | if (NOT(WIN32 OR APPLE)) | 46 | if (NOT WIN32 AND NOT APPLE) |
| 47 | add_subdirectory (udev) | 47 | add_subdirectory (udev) |
| 48 | endif() | 48 | endif() |
| 49 | endif() | 49 | endif() |
