diff --git a/avogadro/lastinstall/CMakeLists.txt b/avogadro/lastinstall/CMakeLists.txt index 0c5b46c4..4dd23f96 100644 --- a/avogadro/lastinstall/CMakeLists.txt +++ b/avogadro/lastinstall/CMakeLists.txt @@ -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)