Skip to content

Commit

Permalink
Fix cmake warning
Browse files Browse the repository at this point in the history
(cherry picked from commit c6efa74)
  • Loading branch information
nyalldawson committed Dec 8, 2018
1 parent b57927f commit f36d466
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)

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 f36d466

Please sign in to comment.