Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
kst
0001-Fix-build-with-CMake-3.20.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-build-with-CMake-3.20.patch of Package kst
From c1b7769c37c70d189d09d8dc104d0541433b58b6 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux <christophe@krop.fr> Date: Wed, 12 May 2021 07:27:48 +0200 Subject: [PATCH] Fix build with CMake 3.20 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfb3bf8..b7c75f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,10 +112,10 @@ elseif(kst_3rdparty_download) elseif(GCC_VERSION VERSION_EQUAL 4.7 OR GCC_VERSION VERSION_GREATER 4.7) set(ver 4.7) set(md5 de6e8dbab1bb17eee6057941fddc93e3) - else(GCC_VERSION VERSION_EQUAL 4.6 OR GCC_VERSION VERSION_GREATER 4.6) + elseif(GCC_VERSION VERSION_EQUAL 4.6 OR GCC_VERSION VERSION_GREATER 4.6) set(ver 4.6) set(md5 70d8670af9c21eb8fb466654c95d8e4d) - else(GCC_VERSION VERSION_GREATER 4.4) + elseif(GCC_VERSION VERSION_GREATER 4.4) set(ver 4.4) set(md5 999248fb40a44543af4dd4cd1be0ceeb) else() -- 2.31.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor