# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2016-09-27 09:34:42 # Node ID 127927eafc3895d6308dfd1055e4a7a69d210e57 # Parent 2391097cdad5d1b845d0a0e402747c9a4f8067c0 Backed out changeset: 87f99e2923af diff --git a/cmake/modules/BuildQwt.cmake b/cmake/modules/BuildQwt.cmake --- a/cmake/modules/BuildQwt.cmake +++ b/cmake/modules/BuildQwt.cmake @@ -22,7 +22,6 @@ include(ExternalProject) ExternalProject_Add(QWT PREFIX qwt SVN_REPOSITORY svn://svn.code.sf.net/p/qwt/code/branches/qwt-6.1 - # UPDATE_COMMAND "" # disables the update at every `make` run # disable QwtDesigner plugin and enable static build PATCH_COMMAND sed -i -r -e "s/QWT_CONFIG\\s*\\+=\\s*QwtDesigner/#&/" -e "s/QWT_CONFIG\\s*\\+=\\s*QwtDll/#&/"