# HG changeset patch # User Hasan Yavuz ÖZDERYA # Date 2019-05-04 05:01:10 # Node ID 561c68ae0a5e8592ea6b012fd74196207b8a0593 # Parent d51978a029483f6bdbf1004b2c590aa272c03e44 download qwt archive from sourceforge instead of using subversion diff --git a/cmake/modules/BuildQwt.cmake b/cmake/modules/BuildQwt.cmake --- a/cmake/modules/BuildQwt.cmake +++ b/cmake/modules/BuildQwt.cmake @@ -1,5 +1,5 @@ # -# Copyright © 2016 Hasan Yavuz Özderya +# Copyright © 2019 Hasan Yavuz Özderya # # This file is part of serialplot. # @@ -21,7 +21,8 @@ include(ExternalProject) ExternalProject_Add(QWT PREFIX qwt - SVN_REPOSITORY svn://svn.code.sf.net/p/qwt/code/branches/qwt-6.1 + # SVN_REPOSITORY svn://svn.code.sf.net/p/qwt/code/branches/qwt-6.1 + URL https://sourceforge.net/projects/qwt/files/qwt/6.1.4/qwt-6.1.4.tar.bz2 # 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/#&/"