aboutsummaryrefslogtreecommitdiff
path: root/science/avogadrolibs/files/patch-avogadro_qtplugins_insertfragment_CMakeLists.txt
blob: b1ec8267b5e9a4dcca5abe54203314c47ec0d095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- fix for https://github.com/OpenChemistry/avogadrolibs/issues/611

--- avogadro/qtplugins/insertfragment/CMakeLists.txt.orig	2021-06-02 21:02:35 UTC
+++ avogadro/qtplugins/insertfragment/CMakeLists.txt
@@ -45,8 +45,8 @@ ExternalProject_Add(crystals
     BUILD_COMMAND ""
     INSTALL_COMMAND ""
 )
+endif()
 install(DIRECTORY "${AvogadroLibs_SOURCE_DIR}/../crystals"
 DESTINATION "${INSTALL_DATA_DIR}/avogadro2"
 PATTERN ".git" EXCLUDE
 )
-endif()
\ No newline at end of file