mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #2029
2029: Properly display hdiutil status in CMake r=Learath2 a=heinrich5991
(cherry picked from commit cc2be456d4
)
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
This commit is contained in:
commit
68739eea1f
|
@ -334,6 +334,11 @@ if(TARGET_OS AND TARGET_OS STREQUAL "mac")
|
|||
endif()
|
||||
|
||||
find_program(HDIUTIL hdiutil)
|
||||
if(HDIUTIL)
|
||||
set(HDIUTIL_FOUND ON)
|
||||
else()
|
||||
set(HDIUTIL_FOUND OFF)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
message(STATUS "******** DDNet ********")
|
||||
|
|
Loading…
Reference in a new issue