Skip to content

Commit c6efa74

Browse files
committedDec 6, 2018
Fix cmake warning
1 parent 4bba8ae commit c6efa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎i18n/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ IF (UNIX AND NOT APPLE AND PYQT5_FOUND)
3939

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.