# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2016-09-27 08:34:40 # Node ID 87f99e2923af36f10a10517f4410855376feaf7b # Parent 3a789e9e889a8cc4070e873fcf06da4ff7753e65 useful during development diff --git a/cmake/modules/BuildQwt.cmake b/cmake/modules/BuildQwt.cmake --- a/cmake/modules/BuildQwt.cmake +++ b/cmake/modules/BuildQwt.cmake @@ -22,6 +22,7 @@ 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/#&/"