Skip to content

Commit

Permalink
Fix cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 7, 2018
1 parent 95438cc commit c905352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/native/CMakeLists.txt
Expand Up @@ -61,7 +61,7 @@ IF(UNIX AND NOT APPLE)
SET(QGIS_NATIVE_SRCS ${QGIS_NATIVE_SRCS}
${QGIS_APP_LINUX_SRCS}
)
ENDIF(UNIX)
ENDIF(UNIX AND NOT APPLE)

SET(QGIS_NATIVE_HDRS
qgsnative.h
Expand Down Expand Up @@ -139,7 +139,7 @@ TARGET_LINK_LIBRARIES(qgis_native

IF (UNIX AND NOT APPLE)
TARGET_LINK_LIBRARIES(qgis_native Qt5DBus)
ENDIF (UNIX)
ENDIF (UNIX AND NOT APPLE)

IF (WIN32)
FIND_PACKAGE(Qt5WinExtras)
Expand Down

0 comments on commit c905352

Please sign in to comment.