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:
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)