Skip to content

Commit

Permalink
Merge pull request #152 from ghutchis/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in last commit
  • Loading branch information
ghutchis authored May 14, 2021
2 parents 2e24d99 + 33158d4 commit 143f146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/lastinstall/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if((APPLE OR WIN32) AND NOT ${CMAKE_VERSION} VERSION_LESS 2.8.8)
endforeach()
# make sure to include the core image formats
# likely only be required on Mac / Windows since Qt package on Unix provides
if((APPLE OR WIN32)
if(APPLE OR WIN32)
# JPG BMP, WebP, GIF plus default of PNG, etc.
foreach(qt_plugin Qt5::QJpegPlugin Qt5::QWbmpPlugin Qt5::QWebpPlugin Qt5::QGifPlugin)
get_property(location TARGET ${qt_plugin} PROPERTY LOCATION_RELEASE)
Expand Down

0 comments on commit 143f146

Please sign in to comment.