Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDenis Ollier <larchunix@users.noreply.github.com>2018-07-22 13:01:10 +0300
committerDenis Ollier <larchunix@users.noreply.github.com>2018-07-22 13:01:10 +0300
commit0bf3f816576b7b3f614fdf085c77059c86a618c5 (patch)
tree8a9ec3d31e1e7ab0281f3c140627f6ba62a3a169 /cmake
parent782218632180077c7d38fc0a138809980933e5d9 (diff)
sftp: use glib's g_format_size_full() to compute file size
Bump glib version requirement to 2.30.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindGLIB2.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindGLIB2.cmake b/cmake/FindGLIB2.cmake
index 2e9c07b05..139e6ec9f 100644
--- a/cmake/FindGLIB2.cmake
+++ b/cmake/FindGLIB2.cmake
@@ -14,14 +14,14 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
set(_GLIB_found_all true)
# Glib
-pkg_check_modules(PC_GLIB2 glib-2.0>=2.28)
+pkg_check_modules(PC_GLIB2 glib-2.0>=2.30)
if(NOT PC_GLIB2_FOUND)
set(_GLIB_found_all false)