mirror of
https://github.com/ceph/ceph
synced 2025-02-21 09:57:26 +00:00
cmake: check for osx using APPLE
not DARWIN
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
3475735e8a
commit
bb4466ebe8
@ -550,7 +550,7 @@ endif()
|
||||
|
||||
if(FREEBSD)
|
||||
list(APPEND libcommon_files common/freebsd_errno.cc)
|
||||
elseif(DARWIN)
|
||||
elseif(APPLE)
|
||||
list(APPEND libcommon_files common/darwin_errno.cc)
|
||||
elseif(SUN)
|
||||
list(APPEND libcommon_files common/solaris_errno.cc)
|
||||
|
Loading…
Reference in New Issue
Block a user