Fix cmake warning

This commit is contained in:
Nyall Dawson 2018-12-06 10:09:56 +10:00
parent 4bba8ae64d
commit c6efa74b45

View File

@ -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