mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Properly display hdiutil status in CMake
(cherry picked from commit cc2be456d4
)
This commit is contained in:
parent
77957c00b9
commit
2fa80d0a67
|
@ -334,6 +334,11 @@ if(TARGET_OS AND TARGET_OS STREQUAL "mac")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_program(HDIUTIL hdiutil)
|
find_program(HDIUTIL hdiutil)
|
||||||
|
if(HDIUTIL)
|
||||||
|
set(HDIUTIL_FOUND ON)
|
||||||
|
else()
|
||||||
|
set(HDIUTIL_FOUND OFF)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
message(STATUS "******** DDNet ********")
|
message(STATUS "******** DDNet ********")
|
||||||
|
|
Loading…
Reference in a new issue