Skip to content

Commit

Permalink
Remove DESTINATION again, it seems this has been changed between cmak…
Browse files Browse the repository at this point in the history
…e 3.13 and cmake 3.16 - the latter requires setting the TYPE and will deduct the DESTINATION itself
  • Loading branch information
codereader committed Dec 24, 2020
1 parent 55435ab commit 18cd6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ install(DIRECTORY install/ui DESTINATION ${PKGDATADIR}

# Install locale data
install(DIRECTORY install/i18n/de TYPE LOCALE
DESTINATION ${PKGDATADIR}
#DESTINATION ${PKGDATADIR}
FILES_MATCHING PATTERN "*.mo")

# Install scripts
Expand Down

0 comments on commit 18cd6e6

Please sign in to comment.