Skip to content

Commit

Permalink
Merge topic 'fix-plugin-dir' into master
Browse files Browse the repository at this point in the history
2db9d22 plugins_dir should be a single directory
  • Loading branch information
cryos authored and Code Review committed Nov 27, 2013
2 parents fb1a3d5 + 2db9d22 commit 7e48baf
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 @@ -42,5 +42,5 @@ if((APPLE OR WIN32) AND NOT ${CMAKE_VERSION} VERSION_LESS 2.8.8)
endif()

include(DeployQt4)
install_qt4_executable(${exe} "${plugins}" "${ob_plugins}" "${dirs}" "lib/avogadro2/plugins;lib/openbabel/2.3.2")
install_qt4_executable(${exe} "${plugins}" "${ob_plugins}" "${dirs}" "lib/avogadro2/plugins")
endif()

0 comments on commit 7e48baf

Please sign in to comment.