Skip to content

Commit 9b81b3d

Browse files
authored
fix native/CMakeLists.txt for mac
1 parent 444bf12 commit 9b81b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/native/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
SET(NATIVE_LINK_LIBS)
55

6-
IF(UNIX)
6+
IF(UNIX AND NOT APPLE)
77
FIND_PACKAGE(Qt5DBus REQUIRED)
8-
ENDIF(UNIX)
8+
ENDIF(UNIX AND NOT APPLE)
99

1010
IF(APPLE)
1111
SET(APPLE_LIB_LIST ApplicationServices CoreFoundation IOKit AppKit)

0 commit comments

Comments
 (0)