mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Fix cmake warning
This commit is contained in:
parent
4bba8ae64d
commit
c6efa74b45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user