Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix cmake warning
  • Loading branch information
nyalldawson committed Dec 6, 2018
1 parent 4bba8ae commit c6efa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/CMakeLists.txt
Expand Up @@ -39,7 +39,7 @@ IF (UNIX AND NOT APPLE AND PYQT5_FOUND)

INSTALL(FILES ${CMAKE_BINARY_DIR}/org.qgis.qgis.desktop DESTINATION share/applications)
INSTALL(FILES ${CMAKE_BINARY_DIR}/org.qgis.qgis.appdata.xml DESTINATION share/metainfo)
ENDIF (UNIX AND NOT APPLE)
ENDIF (UNIX AND NOT APPLE AND PYQT5_FOUND)

# creating a custom target is needed to make the files build
# "ALL" means that it will be run by default
Expand Down

0 comments on commit c6efa74

Please sign in to comment.